diff options
Diffstat (limited to 'config.php_template')
-rw-r--r-- | config.php_template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.php_template b/config.php_template index fb84a51..761d889 100644 --- a/config.php_template +++ b/config.php_template @@ -27,6 +27,8 @@ /* used as the reply email in each email */ $EMAIL_REPLY=""; - /* this should point to your index.file */ + /* this should point to your index.file, probably without the http:// to avoid extra requests */ $host = "http://.../index.php" + + $defaulttimezone = date_default_timezone_get(); ?>
\ No newline at end of file |