summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index-install.php b/index-install.php
index 99c85ed..e1788fa 100644
--- a/index-install.php
+++ b/index-install.php
@@ -340,6 +340,8 @@ function step2() {
case "define('SECRET_K":
case "define('SECRET_S":
case "define('LOGGED_I":
+ case "define('AUTH_KEY":
+ case "define('SECURE_A":
fwrite($handle, str_replace('put your unique phrase here', md5( mt_rand() ) . md5( mt_rand() ), $line));
break;
default: