From 4b381efb10857379c6f8da300b0052f9a631f7a6 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 29 Jan 2014 00:01:51 +0200 Subject: [PATCH] Files Manager Improvements - Updates #94 --- .../box/filesmanager/filesmanager.admin.php | 3 +- .../filesmanager/views/backend/index.view.php | 35 ++----------------- 2 files changed, 5 insertions(+), 33 deletions(-) diff --git a/plugins/box/filesmanager/filesmanager.admin.php b/plugins/box/filesmanager/filesmanager.admin.php index b64203e..8b0b751 100755 --- a/plugins/box/filesmanager/filesmanager.admin.php +++ b/plugins/box/filesmanager/filesmanager.admin.php @@ -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'))) { diff --git a/plugins/box/filesmanager/views/backend/index.view.php b/plugins/box/filesmanager/views/backend/index.view.php index 946ec6b..b6b207e 100755 --- a/plugins/box/filesmanager/views/backend/index.view.php +++ b/plugins/box/filesmanager/views/backend/index.view.php @@ -33,9 +33,6 @@
- @@ -135,28 +132,6 @@ - - -