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

PSR - fix

This commit is contained in:
Awilum
2013-01-17 22:39:21 +02:00
parent fa5824e03c
commit 58c0e1207d
4 changed files with 15 additions and 15 deletions

View File

@@ -90,7 +90,7 @@ class SystemAdmin extends Backend
Notification::set('success', __('Temporary files deleted', 'system'));
Request::redirect('index.php?id=system');
}
} else { die('Request was denied because it contained an invalid security token. Please refresh the page and try again.'); }
}