aboutsummaryrefslogtreecommitdiff
path: root/htdocs/lastmodified.inc
blob: 5ee33cb57e120a8ff0d1575a84a47c8ae9e200d9 (plain)
1
2
3
4
5
6
7
8
9
10

<BR>
<P CLASS="small">
<?php
putenv("TZ=GMT");
echo "Last Modified: ";
echo date( "F d Y H:i:s", getlastmod() );
echo " GMT";
?>
</P>