X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=config.php_template;h=50f731ae174ce867f5374c239b088d3f9cef498b;hp=0ccd54089016d98bc22f3a4627ddfc031f4363bc;hb=981c12ce5d5aaf606584a4ab59054316d2b6c6c2;hpb=ad48a970a52fc44b65176b951a15b9846a290bab diff --git a/config.php_template b/config.php_template index 0ccd540..50f731a 100644 --- a/config.php_template +++ b/config.php_template @@ -27,10 +27,16 @@ /* used as the reply email in each email */ $EMAIL_REPLY=""; - /* this should point to your index.file and to your domain*/ + /* this should point to your index.file and to your domain. + * The HOST variable is also used to test, if files are called + * from within e-DoKo, so it needs to be set. + */ $INDEX = "/index.php"; $HOST = "http://www.example.com"; + /* point this to a Wiki that explains the rules, etc (or use this one)*/ + $WIKI = "http://wiki.nubati.net/index.php?title=EmailDoko"; + /* the default timezone for you domain */ $defaulttimezone = date_default_timezone_get(); ?> \ No newline at end of file