This commit is contained in:
nolanwhy 2023-02-05 00:21:13 +01:00
parent 4b1ea0e254
commit 5f78d37112
2 changed files with 5 additions and 0 deletions

View File

@ -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");

View File

@ -1,4 +1,5 @@
<?php
require_once '../core/config.php';
$allstatus = [
1 => "Wait",
2 => "Working",