[Scummvm-cvs-logs] scummvm-web old-design -> d1e1cb677965f8f73129dd25acc540de1bc376a8

sev- sev at scummvm.org
Sat Apr 9 17:20:12 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
d1e1cb6779 OLDWEB: hardcode file dates


Commit: d1e1cb677965f8f73129dd25acc540de1bc376a8
    https://github.com/scummvm/scummvm-web/commit/d1e1cb677965f8f73129dd25acc540de1bc376a8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-09T15:24:26+02:00

Commit Message:
OLDWEB: hardcode file dates

Changed paths:
    compatibility.php
    compatibility_stable.php
    donations.php
    faq.php



diff --git a/compatibility.php b/compatibility.php
index a3fcdb0..c46213e 100644
--- a/compatibility.php
+++ b/compatibility.php
@@ -44,7 +44,7 @@ else
 	  may be introduced with new changes, thus this list refects the 'best case' scenario.
 	  It is highly recommended to use the latest stable release, where possible.
 	  <br><br>
-	  <small>Last Updated: <?php echo date("F d, Y",getlastmod()); ?></small>
+	  <small>Last Updated: Nov 5, 2005</small>
 	</p>
 
 <?php
diff --git a/compatibility_stable.php b/compatibility_stable.php
index 5ff00df..4976af3 100644
--- a/compatibility_stable.php
+++ b/compatibility_stable.php
@@ -41,7 +41,7 @@ else
 	  snapshots/daily builds</B>. The status of these can be found on the <a
 	  href="compatibility.php">CVS Compatibility</A> chart.
 	  <br><br>
-	  <small>Last Updated: <?php echo date("F d, Y",getlastmod()); ?></small>
+	  <small>Last Updated: Oct 30, 2005</small>
 	</p>
 
 <?php
diff --git a/donations.php b/donations.php
index f99e813..8df725b 100644
--- a/donations.php
+++ b/donations.php
@@ -21,7 +21,7 @@ echo html_round_frame_start("ScummVM Donations","");
 
 ?>
 <h1>Donations</h1>
-<small>Donation status last updated: <?php echo date("F d, Y",getlastmod());?></small><br>
+<small>Donation status last updated: Oct 14, 2003</small><br>
 <p>ScummVM gladly accepts donations to help us with various expenses.
 In the interest of public disclosure, this page keeps a running tally of donations and
 expenses incurred by the project. For privacy and logistic reasons, individual contributors
diff --git a/faq.php b/faq.php
index d557fd7..aed0b57 100644
--- a/faq.php
+++ b/faq.php
@@ -21,7 +21,7 @@ echo html_round_frame_start("FAQ :: Frequently Asked Questions","");
 ?>
 <h1>
 	FAQ<br>
-	<span class="caption">last updated: <?php echo date("F d, Y",getlastmod()); ?></span>
+	<span class="caption">last updated: May 10, 2005</span>
 </h1>
 <?php
 include $file_root."/faq.inc";






More information about the Scummvm-git-logs mailing list