From 9a3b52a00835411618a6ca1b3859c3121b836e8d Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 2 Jul 2008 16:58:00 +0000 Subject: Added LOGGED_IN KEY and SALT, fixes #670 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1345 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index-install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index-install.php') 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: -- cgit