This commit is contained in:
Gnieark 2016-05-11 09:35:11 +02:00
parent de33116dae
commit 4dd12bf9a0
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
require_once(__DIR__."/functions.php");
switch ($_POST['act']){
case "newfight":
case "newFight":
//initialiser la map
$_SESSION['map']=array(
array("","","","","","",""),

View File

@ -12,7 +12,7 @@ if(!$postParams){
}
?>
<article>
<article>
<h2><?php echo $lang['MAKE_DUEL'];?></h2>
<p>
<select name="bot1" id="bot1">