From 38a4eea7ea293c283e96352dcc9df5c46e7606cf Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 21 Sep 2023 16:28:59 +0800 Subject: [PATCH] error reporting --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 136d4bf..748ac0c 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -255,7 +255,7 @@ class Pman_Roo extends Pman $this->setFilters($x,$_REQUEST); if (!$this->checkPerm($x,'S', $_REQUEST)) { - $this->jerr("PERMISSION DENIED (g)"); + $this->jerror("NOTICE-NOPERM", "PERMISSION DENIED (g)"); } //print_r($x); -- 2.39.2