doker compose + deux-trois trucs pour développer plus facilement
This commit is contained in:
parent
7df8c34fc5
commit
6ff22f0279
6 changed files with 27 additions and 6 deletions
|
|
@ -16,7 +16,8 @@ if (!empty($_GET['i'])) {
|
|||
case 1:
|
||||
//$url = "http://battle.halo.fr/";
|
||||
//$url = "http://hb.s-fr.com/beta.php";
|
||||
$url = "https://beta.halo-battle.fr/";
|
||||
//$url = "https://beta.halo-battle.fr/";
|
||||
$url = 'http://'.$_SERVER['HTTP_HOST'].'/';
|
||||
break;
|
||||
default:
|
||||
$url = "http://battle.halo.fr/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue