botsArena/src/aboutBot.php

5 lines
173 B
PHP
Raw Normal View History

2015-12-26 21:59:05 +01:00
<article>
<?php
2015-12-26 22:06:15 +01:00
echo '<h2>A props de '.htmlentities($_GET['params']).'</h2><p>Inscrit le '.$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
2015-12-26 21:59:05 +01:00
?>
</article>