From 834db5df206a0a0a06c38ff57cf7c74e57d6efa9 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 28 Nov 2015 15:17:00 +0100 Subject: [PATCH] fix js insertion --- html/index.php | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/html/index.php b/html/index.php index 836cc2a..f5cd2ed 100644 --- a/html/index.php +++ b/html/index.php @@ -9,17 +9,14 @@ # http://www.gnu.org/licenses/gpl-3.0-standalone.html # # -- END LICENSE BLOCK ----------------------------------------- -//démmarrer une session php + @session_start(); require_once("../src/functions.php"); - - $arenas=get_arenas_list(); $lang=get_language_array(); - if(isset($_GET['arena'])){ //check if arena is list $currentArena = false; @@ -65,9 +62,7 @@ if($currentArena == ""){ ?> - - @@ -78,17 +73,15 @@ if($currentArena == ""){ @import url(/style.css); '; } ?> - - - +