aboutsummaryrefslogtreecommitdiff
path: root/ajax/simple_form/time.php
blob: 3d938ae50d21947bff7594c6aa173c91b3d48472 (plain) (blame)
1
2
3
4
5
6
<?php
// Date in the past
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache");
echo(date("G:i:s",time()));
?>