This commit is contained in:
ui0ppk 2023-02-05 00:55:52 +02:00
commit a81901a923
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ if($devmode) {
error_reporting(E_ALL); error_reporting(E_ALL);
} }
$pagename = ucfirst(str_replace(".php", NULL, str_replace("/", NULL, $_SERVER['DOCUMENT_URI'] ?? $_SERVER['PHP_SELF'] ))); $pagename = ucfirst(str_replace(".php", NULL, str_replace("/", NULL, $_SERVER['DOCUMENT_URI'] ?? $_SERVER['PHP_SELF'])));
$maintainers = array("Mario1", "qzip", "nolanwhy"); $maintainers = array("Mario1", "qzip", "nolanwhy");