forked from halo-battle/game
Version 0.7
This commit is contained in:
parent
e0f55450e1
commit
c117da6d77
148 changed files with 1914 additions and 801 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<?php session_start(); ?>
|
||||
<?php session_start();
|
||||
require_once '../securite.php'; ?>
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Halo Battle</TITLE>
|
||||
|
|
@ -51,7 +52,7 @@ echo "
|
|||
<td>"; convert_ts_fr($donnees['temps']); echo"</td>
|
||||
<td>".$donnees['expediteur']." <a href=envoyer_message.php?pseudo=".$donnees['expediteur']."><img src=descriptions/diz/m.gif></a></td>
|
||||
<td>".$donnees['sujet']."</td></tr>
|
||||
<tr><td colspan=4 align=center width=400>".$donnees['contenu']."</td></tr>";
|
||||
<tr><td colspan=4 align=center width=400>".bbcode($donnees['contenu'])."</td></tr>";
|
||||
}
|
||||
echo "<tr><td colspan=4 align=center><input type=submit value='Supprimer le message' class=bouton></td></tr></table></form></center>"; }
|
||||
else echo '<table align="center"><tr><td>Aucun message</td></tr></table>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue