X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=config.php_template;h=29212ca0561b7598950530352d05a78afffb21cb;hp=fb84a51d04270b41e331b01cb021036d9a710bd2;hb=9f3cec73181b5ac35486fea031828b11468bceb9;hpb=19f70fcd8c26c4a6279addcf8c29fba8f21e13da;ds=sidebyside diff --git a/config.php_template b/config.php_template index fb84a51..29212ca 100644 --- a/config.php_template +++ b/config.php_template @@ -27,6 +27,13 @@ /* used as the reply email in each email */ $EMAIL_REPLY=""; - /* this should point to your index.file */ - $host = "http://.../index.php" + /* this should point to your index.file and to your domain*/ + $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