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

Files Manager Improvements - Updates #94

This commit is contained in:
Awilum
2014-01-29 00:01:51 +02:00
parent 8d16632454
commit 4b381efb10
2 changed files with 5 additions and 33 deletions

View File

@@ -174,7 +174,8 @@ class FilesmanagerAdmin extends Backend
} else { die('Request was denied because it contained an invalid security token. Please refresh the page and try again.'); }
}
// Create Directory
// -------------------------------------
if (Request::post('directory_name')) {
if (Security::check(Request::post('csrf'))) {