web/html/participate/schedule index.php,1.9,1.10

Patrick Barnes (nman64) fedora-extras-commits at redhat.com
Thu Dec 8 03:26:50 UTC 2005


Author: nman64

Update of /cvs/fedora/web/html/participate/schedule
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18373

Modified Files:
	index.php 
Log Message:
Foolish me.


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/participate/schedule/index.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.php	8 Dec 2005 03:05:01 -0000	1.9
+++ index.php	8 Dec 2005 03:26:48 -0000	1.10
@@ -28,14 +28,6 @@
 
 <?php
 
-$filename = $_SERVER['DOCUMENT_ROOT'].$_SERVER['PHP_SELF'];
-if (file_exists($filename)) {
-    $moddate=filemtime($filename);
-} else {
-    $moddate=time();
-}
-$moddate=$moddate - date("Z", $moddate);
-
-$template->displayFooter('$Date$moddate) .' UTC $');
+$template->displayFooter('$Date$');
 
 ?>




More information about the fedora-extras-commits mailing list