fix path?

This commit is contained in:
Gnieark 2015-11-28 15:41:50 +01:00
parent 89c11c8b07
commit a397fc5a5b

View File

@ -45,10 +45,7 @@ if (isset($_POST['xd_check'])){
//call the good 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");
}
}
//title
if($currentArena == ""){