From: Alan Date: Wed, 6 Sep 2023 04:43:32 +0000 (+0800) Subject: badurl is a notice X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=eafd6bc2da34c3f344f226089cfda9a86d29f823 badurl is a notice --- 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'])) {