install/upgrade.php
changeset 486 600a92aa34c7
parent 484 340c81fdd350
child 494 6c78cc456091
--- 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'] )