diff options
Diffstat (limited to 'config.php_template')
-rw-r--r-- | config.php_template | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.php_template b/config.php_template index 29212ca..50f731a 100644 --- a/config.php_template +++ b/config.php_template @@ -27,7 +27,10 @@ /* 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"; |