From 3cd5175fd9627e8fdd282377bc4ca990e02f39a6 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 4 Jul 2008 14:51:18 +0000 Subject: Added AUTH_KEY and SECURE_AUTH_KEY git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1351 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index-install.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index-install.php') 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: -- cgit