diff --git a/conf/config.php b/conf/config.php index dd4b975..8704dc6 100644 --- a/conf/config.php +++ b/conf/config.php @@ -39,7 +39,7 @@ $edit_files = true; // Default timezone for date() and time() // Doc - http://php.net/manual/en/timezones.php -$default_timezone = 'Etc/UTC'; // UTC +$default_timezone = '__TIMEZONE__'; // UTC // Root path for file manager // use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'