1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +02:00

Core Improvements: Next Round #79 #80

This commit is contained in:
Awilum
2013-01-06 17:33:22 +02:00
parent 32e11ada3f
commit a05aa4d379
45 changed files with 386 additions and 280 deletions

View File

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