From eafd6bc2da34c3f344f226089cfda9a86d29f823 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 6 Sep 2023 12:43:32 +0800 Subject: [PATCH] badurl is a notice --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.php b/Pman.php index b068439..0fa0a67 100644 --- a/Pman.php +++ b/Pman.php @@ -216,7 +216,7 @@ class Pman extends HTML_FlexyFramework_Page if (strlen($base) && $bits[0] != 'PasswordReset') { - $this->jerror("BADURL","invalid url: $base"); + $this->jerror("NOTICE-BADURL","invalid url: $base"); } // deliver template if (isset($_GET['onloadTrack'])) { -- 2.39.2