reversed the order of the title and added a fallback php self to pagename var asdadsa

This commit is contained in:
ui0ppk 2023-02-05 00:52:07 +02:00
commit bda6a5ae0e
1 changed files with 4 additions and 0 deletions

View File

@ -11,7 +11,11 @@ if($devmode) {
error_reporting(E_ALL);
}
<<<<<<< HEAD
$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['PHP_SELF'])));
>>>>>>> 6012a70747696acdfc3b5b1b3a0950d749c8736a
$maintainers = array("Mario1", "qzip", "nolanwhy");