diff --git a/html/index.php b/html/index.php index f195a5f..84b1f3c 100644 --- a/html/index.php +++ b/html/index.php @@ -45,6 +45,8 @@ 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/act.php"); } } //title diff --git a/src/home.php b/src/home.php index 15b165d..ce0844b 100644 --- a/src/home.php +++ b/src/home.php @@ -5,6 +5,7 @@ echo $lang['SITE_DESCRIPTION'];?>

Ajouter votre bot

+