From 8bbff1c21623ef80089a379ca2e3df78e64c881b Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 26 Dec 2015 22:04:27 +0100 Subject: [PATCH] bots description page --- src/aboutBot.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/aboutBot.php b/src/aboutBot.php index 66e3121..64ab962 100644 --- a/src/aboutBot.php +++ b/src/aboutBot.php @@ -1,14 +1,5 @@
$r[0], - 'game' => $r[1], - 'url' => $r[2], - 'description' => $r[3], - 'date_inscription' => $r[4] - ); -*/ -echo $theBot['description']; +echo '

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

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

'.$theBot['description'].'

'; ?>
\ No newline at end of file