dgh
This commit is contained in:
parent
4b1ea0e254
commit
5f78d37112
|
|
@ -11,6 +11,10 @@ if($devmode) {
|
|||
error_reporting(E_ALL);
|
||||
}
|
||||
|
||||
$site = [
|
||||
"url" => "http://".$_SERVER["HTTP_HOST"]
|
||||
];
|
||||
|
||||
$pagename = ucfirst(str_replace(".php", "", str_replace("/", "", $_SERVER['DOCUMENT_URI'] ?? $_SERVER['PHP_SELF'])));
|
||||
|
||||
$maintainers = array("Mario1", "qzip", "nolanwhy");
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
require_once '../core/config.php';
|
||||
$allstatus = [
|
||||
1 => "Wait",
|
||||
2 => "Working",
|
||||
|
|
|
|||
Loading…
Reference in New Issue