Update and rename folderdelete.php to folder_delete.php
This commit is contained in:
@@ -24,6 +24,9 @@
|
|||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//disable this feature
|
||||||
|
exit;
|
||||||
|
|
||||||
//includes
|
//includes
|
||||||
include "root.php";
|
include "root.php";
|
||||||
require_once "resources/require.php";
|
require_once "resources/require.php";
|
||||||
@@ -54,7 +57,7 @@
|
|||||||
|
|
||||||
//delete the folder
|
//delete the folder
|
||||||
rmdir($folder); //, 0700
|
rmdir($folder); //, 0700
|
||||||
header("Location: fileoptions.php");
|
header("Location: file_options.php");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
//create the token
|
//create the token
|
||||||
Reference in New Issue
Block a user