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