Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update and rename foldernew.php to folder_new.php
  • Loading branch information
markjcrane committed Aug 21, 2019
1 parent 026c395 commit cad7124
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/edit/foldernew.php → app/edit/folder_new.php
Expand Up @@ -25,12 +25,15 @@
James Rose <james.o.rose@gmail.com>
*/

//disable this feature
exit;

//includes
include "root.php";
require_once "resources/require.php";
require_once "resources/check_auth.php";

//check permissions
//check permissions
if (permission_exists('script_editor_save')) {
//access granted
}
Expand Down Expand Up @@ -61,7 +64,7 @@

//create new folder
mkdir($folder.'/'.$foldername); //, 0700
header("Location: fileoptions.php");
header("Location: file_options.php");
}
else {

Expand Down

0 comments on commit cad7124

Please sign in to comment.