X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=config.php_template;h=2e81c50db58b149654186ff65ba55fa86916a85c;hp=93e951cf68f9dc491a55c5808f4420d5127590d9;hb=2d296b5743e2f2a07816f08e42d9ee1828e26a67;hpb=a57cfa3be6ee0fbce336dc98e2862ac39f2b1add diff --git a/config.php_template b/config.php_template index 93e951c..2e81c50 100644 --- a/config.php_template +++ b/config.php_template @@ -1,4 +1,22 @@ + * + * This file is part of e-DoKo. + * + * e-DoKo is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * e-DoKo is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with e-DoKo. If not, see . + * + */ /* the program needs this to access the mysql database */ $DB_host = ""; @@ -33,6 +51,8 @@ */ $INDEX = "/index.php"; $HOST = "http://www.example.com"; + $STATS = "/stats.php"; + $RSS = "/rss.php"; /* point this to a Wiki that explains the rules, etc (or use this one)*/ $WIKI = "http://wiki.nubati.net/index.php?title=EmailDoko";