summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-02 16:58:00 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-02 16:58:00 +0000
commit9a3b52a00835411618a6ca1b3859c3121b836e8d (patch)
tree1829b93ea69b3b4c28f1d9a61552226fa55f78a7 /index-install.php
parent6d572cbe19ffedb5b92d8528798c5683154bb185 (diff)
downloadwordpress-mu-9a3b52a00835411618a6ca1b3859c3121b836e8d.tar.gz
wordpress-mu-9a3b52a00835411618a6ca1b3859c3121b836e8d.tar.xz
wordpress-mu-9a3b52a00835411618a6ca1b3859c3121b836e8d.zip
Added LOGGED_IN KEY and SALT, fixes #670
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1345 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index-install.php b/index-install.php
index 1a049b6..99c85ed 100644
--- a/index-install.php
+++ b/index-install.php
@@ -339,6 +339,7 @@ function step2() {
break;
case "define('SECRET_K":
case "define('SECRET_S":
+ case "define('LOGGED_I":
fwrite($handle, str_replace('put your unique phrase here', md5( mt_rand() ) . md5( mt_rand() ), $line));
break;
default: