Readied error pages for variable themes.
Fixed error in parsing pseudocode.
This commit is contained in:
@ -62,7 +62,7 @@ if (isset($task)) {
|
||||
else if ($task == "delete") {
|
||||
|
||||
if (!isset($id)) {
|
||||
echo printErrorPage($translations['specifyToDelete']); return;
|
||||
echo printErrorPage($settings, $translations['specifyToDelete']); return;
|
||||
}
|
||||
|
||||
unlink(__DIR__ . "/../data/static/$id.json");
|
||||
|
Reference in New Issue
Block a user