Readied error pages for variable themes.
Fixed error in parsing pseudocode.
This commit is contained in:
@ -17,7 +17,7 @@ ensureBackendEnv(); // Ensure session is sta
|
||||
$pages = loadPages(); // Load overview of pages.
|
||||
|
||||
if (!$_SESSION['admin']) {
|
||||
echo printErrorPage($translations['accessDenied']); return;
|
||||
echo printErrorPage($settings, $translations['accessDenied']); return;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user