first commit
This commit is contained in:
parent
83d6acd120
commit
318c95162f
4 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
ini_set('display_errors', 'on');
|
//ini_set('display_errors', 'on');
|
||||||
|
|
||||||
include('./consql.php');
|
include('./consql.php');
|
||||||
include_once('config.php');
|
include_once('config.php');
|
||||||
|
|
|
@ -28,7 +28,6 @@ $servers = [
|
||||||
//change this to toggle querying geographic information based on the IP address
|
//change this to toggle querying geographic information based on the IP address
|
||||||
define("GEOIP", "false");
|
define("GEOIP", "false");
|
||||||
|
|
||||||
|
|
||||||
/* phparma2serverstatus version (you don't need to change this) */
|
/* phparma2serverstatus version (you don't need to change this) */
|
||||||
define("VERSION", "0.32");
|
define("VERSION", "0.32");
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
include_once('./config.php');
|
include_once('./config.php');
|
||||||
include_once('./consql.php');
|
include_once('./consql.php');
|
||||||
|
|
||||||
// Don't touch below (or you know what you do)
|
// Don't touch below (or you know what you do)
|
||||||
|
|
||||||
$urlserv = $ipserv.":".$portserv ;
|
$urlserv = $ipserv.":".$portserv ;
|
||||||
|
|
||||||
// librarie SQ - info serv game
|
// librarie SQ - info serv game
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
ini_set('display_errors', 1);
|
ini_set('display_errors', 1);
|
||||||
error_reporting(E_ALL); // Display all types of error
|
error_reporting(E_ALL); // Display all types of error
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue