aboutsummaryrefslogtreecommitdiff
path: root/htdocs/lastmodified.inc
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/lastmodified.inc')
-rw-r--r--htdocs/lastmodified.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/htdocs/lastmodified.inc b/htdocs/lastmodified.inc
new file mode 100644
index 00000000..5ee33cb5
--- /dev/null
+++ b/htdocs/lastmodified.inc
@@ -0,0 +1,10 @@
+
+<BR>
+<P CLASS="small">
+<?php
+putenv("TZ=GMT");
+echo "Last Modified: ";
+echo date( "F d Y H:i:s", getlastmod() );
+echo " GMT";
+?>
+</P>