diff --git a/core/config.php b/core/config.php index 10b329e..6421497 100644 --- a/core/config.php +++ b/core/config.php @@ -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"); diff --git a/game/PlaceLauncher.php b/game/PlaceLauncher.php index 85d70fd..0fc5d1f 100644 --- a/game/PlaceLauncher.php +++ b/game/PlaceLauncher.php @@ -1,4 +1,5 @@ "Wait", 2 => "Working",