diff options
author | Brenda Wallace <shiny@cpan.org> | 2009-09-13 18:32:59 +1200 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2009-09-14 19:06:53 +1200 |
commit | 93605dce99832868c3fdbb8af42db507a8005e97 (patch) | |
tree | a281fa80ee450a8d0e6df12409a992b9e67a2435 /install.php | |
parent | f5b7ea739660cf15abb92f534b30fc1cfd5e07c6 (diff) |
removed commented out code we no longer want
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 5 |
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; |