From: Alan Date: Fri, 6 Oct 2023 02:54:08 +0000 (+0800) Subject: typo X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=86a7cdcdde58af05183ff3f88e5d496f10d35a20 typo --- 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; }