error reporting imporvements
[Pman.Base] / Pman / Login.php
index 44a1a41..0812be5 100644 (file)
@@ -82,9 +82,9 @@ class Pman_Login extends Pman
             $this->switchPublicUser($_REQUEST['loginPublic']);
         }
         if (!empty($_SERVER['HTTP_USER_AGENT']) && preg_match('/^check_http/', $_SERVER['HTTP_USER_AGENT'])) {
-                       die("server is alive = authFailure");
+                       die("server is alive = authFailure"); // should really use heartbeat now..
                }
-        $this->jerr("INVALID REQUEST");
+        $this->jerror("NOTICE-INVALID',INVALID REQUEST");
         exit;
     }