From 6c01de8fc8111c7fe7624450697f115d9a5b04c3 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 26 Dec 2015 22:06:15 +0100 Subject: [PATCH] php fix parse error --- html/index.php | 1 - src/aboutBot.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 0a1f8ee..4d74995 100644 --- a/html/index.php +++ b/html/index.php @@ -43,7 +43,6 @@ if(isset($_GET['arena'])){ } $hist=get_battles_history($currentArena); - $siteTitle=$currentArenaArr['title']; $siteDescription=$currentArenaArr['metaDescription']; $mainSectionScript="../src/arenas/".$currentArena."/public.php"; diff --git a/src/aboutBot.php b/src/aboutBot.php index b506623..a0e0fae 100644 --- a/src/aboutBot.php +++ b/src/aboutBot.php @@ -1,5 +1,5 @@
A props de '.htmlentities($_GET['param']).'

Inscrit le '.$theBot['date_inscription'].'

'.$theBot['description'].'

'; +echo '

A props de '.htmlentities($_GET['params']).'

Inscrit le '.$theBot['date_inscription'].'

'.$theBot['description'].'

'; ?>
\ No newline at end of file