1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 21:26:58 +02:00

Core Improvements: Next Round #79 #80

This commit is contained in:
Awilum
2013-01-07 00:52:00 +02:00
parent 0f59fa83fc
commit 26a605bf50
12 changed files with 665 additions and 296 deletions

View File

@@ -36,8 +36,8 @@ if (file_exists('install.php')) {
}
} else {
// Load bootstrap file
require_once(ROOT.'/engine/_init.php');
// Load Engine init file
require_once(ROOT. DS . 'engine'. DS . '_init.php');
// Check for maintenance mod
if ('on' == Option::get('maintenance_status')) {