php fix parse error
This commit is contained in:
parent
8bbff1c216
commit
eb7652416c
|
@ -1,5 +1,5 @@
|
|||
<article>
|
||||
<?php
|
||||
echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
|
||||
echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
|
||||
?>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user