aboutsummaryrefslogtreecommitdiff
path: root/htdocs/lastmodified.inc
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-08 12:56:56 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-08 12:56:56 +0000
commitb334d38aefbd8e0e159d7af6c20d63c5d2b64859 (patch)
tree2da2c2487d9b007681ff546f47a7e3b959e22916 /htdocs/lastmodified.inc
parenta8cefbe1bb8c54922f12ff9f007a5cb634276c65 (diff)
reorganized
svn path=/trunk/; revision=9398
Diffstat (limited to 'htdocs/lastmodified.inc')
-rw-r--r--htdocs/lastmodified.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/htdocs/lastmodified.inc b/htdocs/lastmodified.inc
deleted file mode 100644
index 5ee33cb5..00000000
--- a/htdocs/lastmodified.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-
-<BR>
-<P CLASS="small">
-<?php
-putenv("TZ=GMT");
-echo "Last Modified: ";
-echo date( "F d Y H:i:s", getlastmod() );
-echo " GMT";
-?>
-</P>