From abde9ff8faaf342e6004b7b9575f7ad01e9a445a Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 16 Mar 2013 13:41:51 +0200 Subject: [PATCH] Installer Fixes --- install.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.php b/install.php index d44cfdc..f8cd45a 100644 --- a/install.php +++ b/install.php @@ -10,9 +10,6 @@ if ( ! defined('BACKEND')) define('BACKEND', false); if ( ! defined('MONSTRA_ACCESS')) define('MONSTRA_ACCESS', true); - // Set default timezone - $system_timezone = date_default_timezone_get(); - // Load bootstrap file require_once(ROOT . DS . 'engine' . DS . '_init.php');