From: Alan Date: Fri, 29 Sep 2023 02:16:12 +0000 (+0800) Subject: error reporting imporvements X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=be09cfe18422a0c686a4920a1a1a0123e7a51ffa error reporting imporvements --- diff --git a/Pman/Login.php b/Pman/Login.php index 44a1a41..0812be5 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -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; }