aboutsummaryrefslogtreecommitdiff
path: root/htdocs/lastmodified.inc
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-03-14 21:55:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-03-14 21:55:18 +0000
commit53e3f22a12b7c3b2d867fd40a070661a1aad9797 (patch)
treea830a5fc41fb261b0d8ad3321733885d97c5bbf4 /htdocs/lastmodified.inc
parent7ee6b629e6ff8d2ce7619523b13ed0adbec22149 (diff)
switched site over to PHP; make menu, quote, webring, and lastmodified include files
svn path=/trunk/; revision=470
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>