From 447547ff00f21b94aced6f5e97f537ab3961a53e Mon Sep 17 00:00:00 2001 From: gnieark Date: Tue, 8 Dec 2015 23:06:59 +0100 Subject: [PATCH] fix undefined variable --- html/index.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/html/index.php b/html/index.php index 5f97b7d..6931987 100644 --- a/html/index.php +++ b/html/index.php @@ -153,6 +153,10 @@ if (isset($_POST['xd_check'])){ } } +if(!isset($currentArena)){ + $currentArena=""; +} + ?> @@ -176,9 +180,7 @@ if (isset($_POST['xd_check'])){