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, 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>