- Timestamp:
- Feb 23, 2006, 5:29:48 PM (19 years ago)
- Location:
- irpg/trunk/htdocs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
irpg/trunk/htdocs/footer.php
r1451 r1563 26 26 } 27 27 if (!$found && $fp) { 28 echo " Page visitée une fois depuis le ". strftime($dateformat,time());28 echo " Page visitée une fois depuis le ".htmlentities(strftime($dateformat,time())); 29 29 fwrite($fp,$thispage."\t1\t".strftime($dateformat,time())."\n"); 30 30 } -
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.