1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

Install script: updated $system_timezone

Get system timezone with date_default_timezone_get() function
This commit is contained in:
Martynas Barzda
2012-10-29 17:30:50 +02:00
parent dea6d75af3
commit 5b50aa689e

View File

@@ -11,7 +11,7 @@
if ( ! defined('MONSTRA_ACCESS')) define('MONSTRA_ACCESS', true);
// Set default timezone
$system_timezone = 'Kwajalein';
$system_timezone = date_default_timezone_get();
// Load bootstrap file
require_once(ROOT . DS . 'monstra' . DS . 'bootstrap.php');