botsArena/src/aboutBot.php
2015-12-26 22:06:15 +01:00

5 lines
173 B
PHP

<article>
<?php
echo '<h2>A props de '.htmlentities($_GET['params']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
?>
</article>