Update config.php
This commit is contained in:
parent
259a20bc4b
commit
6012a70747
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue