From: Alan Date: Thu, 2 Mar 2023 04:08:40 +0000 (+0800) Subject: add authFailure so check works X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=112844f9255a74d48021235a92c027b1aad37d2b add authFailure so check works --- diff --git a/Pman/Login.php b/Pman/Login.php index f759770..e309cdc 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -82,7 +82,7 @@ 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"); + die("server is alive = authFailure"); } $this->jerr("INVALID REQUEST"); exit;