Skip to content
Permalink
Browse files Browse the repository at this point in the history
Update and rename folderdelete.php to folder_delete.php
  • Loading branch information
markjcrane committed Aug 21, 2019
1 parent 1a88ca6 commit 026c395
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/edit/folderdelete.php → app/edit/folder_delete.php
Expand Up @@ -24,6 +24,9 @@
Mark J Crane <markjcrane@fusionpbx.com>
*/

//disable this feature
exit;

//includes
include "root.php";
require_once "resources/require.php";
Expand Down Expand Up @@ -54,7 +57,7 @@

//delete the folder
rmdir($folder); //, 0700
header("Location: fileoptions.php");
header("Location: file_options.php");
}
else {
//create the token
Expand Down

0 comments on commit 026c395

Please sign in to comment.