From: Brenda Wallace Date: Sun, 13 Sep 2009 06:32:59 +0000 (+1200) Subject: removed commented out code we no longer want X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=93605dce99832868c3fdbb8af42db507a8005e97;p=quix0rs-gnu-social.git removed commented out code we no longer want --- diff --git a/install.php b/install.php index 30c6780abc..6e7e833a30 100644 --- a/install.php +++ b/install.php @@ -505,11 +505,6 @@ STR; $fail = true; } -// if (empty($password)) { -// updateStatus("No password specified.", true); -// $fail = true; -// } - if (empty($sitename)) { updateStatus("No sitename specified.", true); $fail = true;