diff options
Diffstat (limited to 'ajax/simple_form/time.php')
-rw-r--r-- | ajax/simple_form/time.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ajax/simple_form/time.php b/ajax/simple_form/time.php new file mode 100644 index 0000000..3d938ae --- /dev/null +++ b/ajax/simple_form/time.php @@ -0,0 +1,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())); +?>
\ No newline at end of file |