fix var currentarena
This commit is contained in:
parent
7f88684495
commit
4e3deb45ee
|
@ -137,6 +137,9 @@ if(isset($_GET['arena'])){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if(!isset($currentArena)){
|
||||||
|
$currentArena="";
|
||||||
|
}
|
||||||
|
|
||||||
//form submitting
|
//form submitting
|
||||||
if (isset($_POST['xd_check'])){
|
if (isset($_POST['xd_check'])){
|
||||||
|
@ -153,10 +156,6 @@ if (isset($_POST['xd_check'])){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!isset($currentArena)){
|
|
||||||
$currentArena="";
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user