BUGIFX: typo in a call to a database function
[e-DoKo.git] / config.php_template
index 761d889498dd14e7625e122187e305076bc53613..50f731ae174ce867f5374c239b088d3f9cef498b 100644 (file)
     /* used as the reply email in each email */
     $EMAIL_REPLY="";
 
-    /* this should point to your index.file, probably without the http:// to avoid extra requests */
-    $host = "http://.../index.php"
+    /* 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