fix var currentarena

This commit is contained in:
gnieark 2015-12-09 00:00:05 +01:00
parent 7f88684495
commit 4e3deb45ee

View File

@ -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">