From 5bc61e5cfdddf06e10bd4371e522e630fc945bb6 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Fri, 5 Feb 2021 00:21:45 +0100 Subject: [PATCH] first commit --- config.inc.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 config.inc.php diff --git a/config.inc.php b/config.inc.php deleted file mode 100755 index ee0a751..0000000 --- a/config.inc.php +++ /dev/null @@ -1,34 +0,0 @@ - 'server1', - 'type' => 'dayz', - 'host' => '82.64.214.194:3201', - 'options' => [ - 'query_port' => 27022 - ] - ] - - -// ,[ -// 'id' => 'DayZ Test', -// 'type' => 'dayz', -// 'host' => '51.91.61.15:7217', -// 'options' => [ -// 'query_port' => 7217 -// ] -// ] -]; - - -//TODO: currently offline, looking into alternatives -//change this to toggle querying geographic information based on the IP address -define("GEOIP", "false"); - -/* phparma2serverstatus version (you don't need to change this) */ -define("VERSION", "0.32"); - -?>