erf
This commit is contained in:
parent
de33116dae
commit
4dd12bf9a0
|
@ -3,7 +3,7 @@
|
||||||
require_once(__DIR__."/functions.php");
|
require_once(__DIR__."/functions.php");
|
||||||
switch ($_POST['act']){
|
switch ($_POST['act']){
|
||||||
|
|
||||||
case "newfight":
|
case "newFight":
|
||||||
//initialiser la map
|
//initialiser la map
|
||||||
$_SESSION['map']=array(
|
$_SESSION['map']=array(
|
||||||
array("","","","","","",""),
|
array("","","","","","",""),
|
||||||
|
|
|
@ -12,7 +12,7 @@ if(!$postParams){
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<article>
|
<article>
|
||||||
<h2><?php echo $lang['MAKE_DUEL'];?></h2>
|
<h2><?php echo $lang['MAKE_DUEL'];?></h2>
|
||||||
<p>
|
<p>
|
||||||
<select name="bot1" id="bot1">
|
<select name="bot1" id="bot1">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user