Changeset 1563 for irpg/trunk/htdocs/playerview.php
- Timestamp:
- Feb 23, 2006, 5:29:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irpg/trunk/htdocs/playerview.php
r1466 r1563 58 58 " <b>Statut :</b> ".($online?"C":"Déc")."onnecté<br />\n". 59 59 " <b>Host :</b> ".($uhost?$uhost:"Unknown")."<br />\n". 60 " <b>Date de création :</b> ". strftime($dateformat,$created)."<br />\n".61 " <b>Dernière connexion :</b> ". strftime($dateformat,$lastlogin)."<br />\n".60 " <b>Date de création :</b> ".htmlentities(strftime($dateformat,$created))."<br />\n". 61 " <b>Dernière connexion :</b> ".htmlentities(strftime($dateformat,$lastlogin))."<br />\n". 62 62 " <b>Temps d'inactivité total:</b> ".duration($idled)."<br />\n". 63 63 " <b>Position :</b> [$x,$y]<br />\n".
Note:
See TracChangeset
for help on using the changeset viewer.