BUGFIX: use of local web links now possible
[e-DoKo.git] / config.php_template
index 761d889498dd14e7625e122187e305076bc53613..0ccd54089016d98bc22f3a4627ddfc031f4363bc 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*/
+    $INDEX = "/index.php";
+    $HOST  = "http://www.example.com";
 
+    /* the default timezone for you domain */
     $defaulttimezone = date_default_timezone_get();
 ?>
\ No newline at end of file