fix
This commit is contained in:
parent
58ee185239
commit
e93eb34832
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user