small typo fix
This commit is contained in:
parent
1aea9e820f
commit
c8b56e7cb1
1 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
ini_set("allow_url_fopen", 1);
|
ini_set("allow_url_fopen", 1);
|
||||||
|
|
||||||
// Edit this ->
|
// Edit this ->
|
||||||
|
@ -7,8 +8,8 @@
|
||||||
$portserv = "2302" ; // Game Server Port
|
$portserv = "2302" ; // Game Server Port
|
||||||
$modport = "2312" ; // Mod port omega (+10)
|
$modport = "2312" ; // Mod port omega (+10)
|
||||||
$queryport= "27016" ; // Queryport
|
$queryport= "27016" ; // Queryport
|
||||||
$title = "MY stat SERVER " ; // Web title page
|
$title = "DayZ Stat SERVER Clan | by TOX" ; // Web title page
|
||||||
$descript = "Your crew desciption" ;
|
$descript = "Your Clan desciption" ;
|
||||||
$namemap = "MAP CHERNARUS"; // you can put what you want.
|
$namemap = "MAP CHERNARUS"; // you can put what you want.
|
||||||
|
|
||||||
// Don't touch below
|
// Don't touch below
|
||||||
|
|
Loading…
Reference in a new issue