Skip to content

Commit 1a88ca6

Browse files
authored
Update and rename filerename.php to file_rename.php
1 parent 592ed06 commit 1a88ca6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: app/edit/filerename.php renamed to app/edit/file_rename.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
James Rose <james.o.rose@gmail.com>
2626
*/
2727

28+
//disable this feature
29+
exit;
30+
2831
//includes
2932
include "root.php";
3033
require_once "resources/require.php";
@@ -65,7 +68,7 @@
6568
//echo "folder: ".$folder."<br>";
6669
//echo "orig filename: ".$filename."<br>";;
6770
rename($folder.$filename, $folder.$newfilename);
68-
header("Location: fileoptions.php");
71+
header("Location: file_options.php");
6972
}
7073
else {
7174
//create the token

0 commit comments

Comments
 (0)