From 86a7cdcdde58af05183ff3f88e5d496f10d35a20 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 6 Oct 2023 10:54:08 +0800 Subject: [PATCH] typo --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 0812be5..157f97e 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -84,7 +84,7 @@ class Pman_Login extends Pman if (!empty($_SERVER['HTTP_USER_AGENT']) && preg_match('/^check_http/', $_SERVER['HTTP_USER_AGENT'])) { die("server is alive = authFailure"); // should really use heartbeat now.. } - $this->jerror("NOTICE-INVALID',INVALID REQUEST"); + $this->jerror("NOTICE-INVALID", "INVALID REQUEST"); exit; } -- 2.39.2