typo
authorAlan <alan@roojs.com>
Fri, 6 Oct 2023 02:54:08 +0000 (10:54 +0800)
committerAlan <alan@roojs.com>
Fri, 6 Oct 2023 02:54:08 +0000 (10:54 +0800)
Pman/Login.php

index 0812be5..157f97e 100644 (file)
@@ -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;
     }