aboutsummaryrefslogtreecommitdiff
path: root/ajax/simple_form/time.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-20 13:38:08 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-20 13:38:08 -0500
commitbe4f83cd2a17a0ec05f5bce50c91befaafaa6e0c (patch)
tree6f20672cf5df66044b3fa9dd71fc3bcdc484abe6 /ajax/simple_form/time.php
parent1a619f2638a4f77fb8ea9557edeefb883d8c06f8 (diff)
downloadbayonetcms-be4f83cd2a17a0ec05f5bce50c91befaafaa6e0c.tar.gz
Test.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@376 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'ajax/simple_form/time.php')
-rw-r--r--ajax/simple_form/time.php6
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