Update config.php

This commit is contained in:
nolanwhy 2023-02-04 23:50:44 +01:00
parent 259a20bc4b
commit 6012a70747
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'])));
$pagename = ucfirst(str_replace(".php", NULL, str_replace("/", NULL, $_SERVER['PHP_SELF'])));
$maintainers = array("Mario1", "qzip", "nolanwhy");