From eb7652416cdf36f7646551486195bae99ae03443 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 26 Dec 2015 22:05:07 +0100 Subject: [PATCH] php fix parse error --- src/aboutBot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aboutBot.php b/src/aboutBot.php index 64ab962..b506623 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['param']).'

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

'.$theBot['description'].'

'; ?>
\ No newline at end of file