Update config.php

This commit is contained in:
nolanwhy 2023-02-05 00:08:06 +01:00
parent 4cc809be5c
commit c9a7085308
1 changed files with 1 additions and 1 deletions

View File

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