BUGFIX: couldn't unclick no90 call
[e-DoKo.git] / config.php_template
index fb84a51d04270b41e331b01cb021036d9a710bd2..29212ca0561b7598950530352d05a78afffb21cb 100644 (file)
     /* 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