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
|
||||
|
||||
ini_set('display_errors', 'on');
|
||||
//ini_set('display_errors', 'on');
|
||||
|
||||
include('./consql.php');
|
||||
include_once('config.php');
|
||||
|
|
|
@ -28,7 +28,6 @@ $servers = [
|
|||
//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");
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
include_once('./config.php');
|
||||
include_once('./consql.php');
|
||||
|
||||
// Don't touch below (or you know what you do)
|
||||
|
||||
$urlserv = $ipserv.":".$portserv ;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
error_reporting(E_ALL); // Display all types of error
|
||||
|
||||
|
|
Loading…
Reference in a new issue