--- a/install/upgrade.php Thu Mar 06 23:31:28 2008 -0500
+++ b/install/upgrade.php Thu Mar 06 23:37:48 2008 -0500
@@ -101,8 +101,6 @@
if ( !$session->user_logged_in )
{
$result = $session->login_without_crypto($_POST['username'], $_POST['password'], false, USER_LEVEL_MEMBER);
- echo '<b>Session manager returned error:</b>' . '<pre>' . print_r($result, true) . '</pre>';
- exit();
}
$result = $session->login_without_crypto($_POST['username'], $_POST['password'], false, USER_LEVEL_ADMIN);
if ( $result['success'] )