1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 20:57:49 +02:00

General Core Improvments

This commit is contained in:
Awilum
2012-11-06 17:19:30 +02:00
parent ead5e92524
commit 159582fe0e
11 changed files with 476 additions and 89 deletions

View File

@@ -45,7 +45,7 @@
// Set maintenance mode for all except admin and editor
if ((Session::exists('user_role')) and (Session::get('user_role') == 'admin' or Session::get('user_role') == 'editor')) {
// Mosntra show this page :)
// Monstra show this page :)
} else {
die (Text::toHtml(Option::get('maintenance_message')));
}
@@ -59,7 +59,7 @@
// Frontend pre render
Action::run('frontend_post_render');
// Flush (send) the output buffer and turn off output buffering
ob_end_flush();