From 6cb6e64d88818e06fc7a0ad8db35f3429061572f Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Mon, 16 May 2022 21:02:12 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'