From 9c6e11c380d2210dea356bad7906ce6a2ae62fd2 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 30 Nov 2015 22:39:56 +0100 Subject: [PATCH] can send post vars to framlework --- html/index.php | 2 ++ src/home.php | 1 + 2 files changed, 3 insertions(+) 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

+