We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df55bd3 commit 91f5e10Copy full SHA for 91f5e10
backup.php
@@ -4,7 +4,7 @@
4
5
//########################################
6
7
-$registerNew = false; //Turn this to false if you dont want to register a new password
+$registerNew = true; //Turn this to false if you dont want to register a new password
8
$dir_path = "./"; //This is for the directory the backup.php lies in.
9
$correct_password = "827ccb0eea8a706c4c34a16891f84e7b"; // pass=12345, Change this to your actual password as an MD5 hash
10
0 commit comments