diff --git a/pbp/panelbypanel.php b/pbp/panelbypanel.php index 0e2060d..1c22769 100644 --- a/pbp/panelbypanel.php +++ b/pbp/panelbypanel.php @@ -39,6 +39,7 @@ public function __construct() { private function set_root() { $url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; + $url = strtolower($url); $delimiter = "pbp.php"; if (strpos($url, 'thumbs.php')) { $delimiter = "thumbs.php";