From d285ef4626aa9b4cccbb7e671495366ab3e56af0 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 27 Nov 2015 22:10:43 +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 778c41c..9b5a0b8 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");