From 3fad967900dc4a943a440cc1fe4dbfe78469e9fa Mon Sep 17 00:00:00 2001 From: emc3 Date: Wed, 14 Apr 2004 17:10:12 +0000 Subject: [PATCH] Attack of the Background-Color Police. Also, let step 3 of install.php accept the url param via GET. This will enable batch installation of WP via scripts, if someone wants to be clever. git-svn-id: http://svn.automattic.com/wordpress/trunk@1068 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 3 ++- wp-admin/upgrade.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index fffcac0353..d2d2dbfa94 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -14,6 +14,7 @@ if (!$step) $step = 0;