fix path?
This commit is contained in:
parent
89c11c8b07
commit
a397fc5a5b
|
@ -45,10 +45,7 @@ if (isset($_POST['xd_check'])){
|
||||||
//call the good act.php
|
//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");
|
require_once("../src/arenas/".$currentArena."/act.php");
|
||||||
}else{
|
|
||||||
require_once("../src/arenas/".$currentArena."/act.php");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
//title
|
//title
|
||||||
if($currentArena == ""){
|
if($currentArena == ""){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user