mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 23:56:26 +02:00
Installer Fixes
This commit is contained in:
@ -10,9 +10,6 @@
|
|||||||
if ( ! defined('BACKEND')) define('BACKEND', false);
|
if ( ! defined('BACKEND')) define('BACKEND', false);
|
||||||
if ( ! defined('MONSTRA_ACCESS')) define('MONSTRA_ACCESS', true);
|
if ( ! defined('MONSTRA_ACCESS')) define('MONSTRA_ACCESS', true);
|
||||||
|
|
||||||
// Set default timezone
|
|
||||||
$system_timezone = date_default_timezone_get();
|
|
||||||
|
|
||||||
// Load bootstrap file
|
// Load bootstrap file
|
||||||
require_once(ROOT . DS . 'engine' . DS . '_init.php');
|
require_once(ROOT . DS . 'engine' . DS . '_init.php');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user