From e93eb34832ebd5f12af2e27d05fd3e42dcceb0e2 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 27 Nov 2015 22:08:58 +0100 Subject: [PATCH] fix --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 18acb36..778c41c 100644 --- a/html/index.php +++ b/html/index.php @@ -46,7 +46,7 @@ if (isset($_POST['xd_check'])){ die; } //call the good act.php - if($currentArena <> "") && (file_exists("../src/arenas/".$currentArena."/act.php"))){ + if(($currentArena <> "") && (file_exists("../src/arenas/".$currentArena."/act.php")))){ require_once("../src/arenas/".$currentArena."/act.php"); }else{ require_once("../src/arenas/".$currentArena."/act.php");