first commit

This commit is contained in:
Erreur32 2021-02-04 20:59:35 +01:00
parent 83d6acd120
commit 318c95162f
4 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
ini_set('display_errors', 'on');
//ini_set('display_errors', 'on');
include('./consql.php');
include_once('config.php');

View File

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

View File

@ -2,8 +2,9 @@
include_once('./config.php');
include_once('./consql.php');
// Don't touch below (or you know what you do)
$urlserv = $ipserv.":".$portserv ;
// librarie SQ - info serv game

View File

@ -1,6 +1,5 @@
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL); // Display all types of error