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

format de la date

File:
1 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            }
Note: See TracChangeset for help on using the changeset viewer.