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