Skip to content

Commit 91f5e10

Browse files
authored
Update backup.php
register new to true
1 parent df55bd3 commit 91f5e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: backup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
//########################################
66

7-
$registerNew = false; //Turn this to false if you dont want to register a new password
7+
$registerNew = true; //Turn this to false if you dont want to register a new password
88
$dir_path = "./"; //This is for the directory the backup.php lies in.
99
$correct_password = "827ccb0eea8a706c4c34a16891f84e7b"; // pass=12345, Change this to your actual password as an MD5 hash
1010

0 commit comments

Comments
 (0)