first commit
This commit is contained in:
parent
0c4d7dda33
commit
edb60f166a
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
ini_set("allow_url_fopen", 1);
|
||||
// ini_set("allow_url_fopen", 1);
|
||||
|
||||
// Edit this ->
|
||||
// Need to Edit this
|
||||
/*
|
||||
$ipserv = "103.58.149.102" ; // IP server game
|
||||
$portserv = "2302" ; // Game Server Port
|
||||
|
@ -24,8 +24,10 @@
|
|||
$imagemap = "chernarus.jpg";
|
||||
|
||||
|
||||
$urlserv = $ipserv.":".$portserv ;
|
||||
|
||||
// Don't touch below
|
||||
|
||||
$urlserv = $ipserv.":".$portserv ;
|
||||
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue