summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-09-13 18:32:59 +1200
committerBrenda Wallace <shiny@cpan.org>2009-09-14 19:06:53 +1200
commit93605dce99832868c3fdbb8af42db507a8005e97 (patch)
treea281fa80ee450a8d0e6df12409a992b9e67a2435 /install.php
parentf5b7ea739660cf15abb92f534b30fc1cfd5e07c6 (diff)
removed commented out code we no longer want
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/install.php b/install.php
index 30c6780ab..6e7e833a3 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;