error reporting imporvements
authorAlan <alan@roojs.com>
Fri, 29 Sep 2023 02:16:12 +0000 (10:16 +0800)
committerAlan <alan@roojs.com>
Fri, 29 Sep 2023 02:16:12 +0000 (10:16 +0800)
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;
     }