github fucked config.php

This commit is contained in:
ui0ppk 2023-02-05 00:53:23 +02:00
parent bda6a5ae0e
commit 656da270c6
1 changed files with 1 additions and 4 deletions

View File

@ -11,11 +11,8 @@ 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");