From 112844f9255a74d48021235a92c027b1aad37d2b Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 2 Mar 2023 12:08:40 +0800 Subject: [PATCH] add authFailure so check works --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2