Changeset 1563


Ignore:
Timestamp:
Feb 23, 2006, 5:29:48 PM (18 years ago)
Author:
skalpette
Message:

format de la date

Location:
irpg/trunk/htdocs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • irpg/trunk/htdocs/footer.php

    r1451 r1563  
    2626            }
    2727            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()));
    2929                fwrite($fp,$thispage."\t1\t".strftime($dateformat,time())."\n");
    3030            }
  • irpg/trunk/htdocs/playerview.php

    r1466 r1563  
    5858             "      <b>Statut :</b> ".($online?"C":"D&eacute;c")."onnect&eacute;<br />\n".
    5959             "      <b>Host :</b> ".($uhost?$uhost:"Unknown")."<br />\n".
    60              "      <b>Date de cr&eacute;ation :</b> ".strftime($dateformat,$created)."<br />\n".
    61              "      <b>Derni&egrave;re connexion :</b> ".strftime($dateformat,$lastlogin)."<br />\n".
     60             "      <b>Date de cr&eacute;ation :</b> ".htmlentities(strftime($dateformat,$created))."<br />\n".
     61             "      <b>Derni&egrave;re connexion :</b> ".htmlentities(strftime($dateformat,$lastlogin))."<br />\n".
    6262             "      <b>Temps d'inactivit&eacute; total:</b> ".duration($idled)."<br />\n".
    6363             "      <b>Position :</b> [$x,$y]<br />\n".
Note: See TracChangeset for help on using the changeset viewer.