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:
@@ -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'))) {
|
||||
|
Reference in New Issue
Block a user