summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/site/index.php b/site/index.php
index f4e6db4..ef241f7 100644
--- a/site/index.php
+++ b/site/index.php
@@ -46,21 +46,6 @@
<p>
<strong>Libreboot is working on a new release, and we need help. See <a href="download/#tasks">download/#tasks</a></strong>
</p>
- <?php
- $dateU=date("U");
- $dateMonth=date("n",$dateU);
- if($dateMonth==12){/* december */
- $dateDayOfWeek=date("N",$dateU);
- if($dateDayOfWeek==2){/* tuesday */
- $dateDayOfMonth=date("j",$dateU);
- if(($dateDayOfMonth-7)<=0){
- ?>
- <p><strong>Today (<?php echo date("r",$dateU); ?>) is <a href="https://lists.nongnu.org/archive/html/libreboot/2015-12/msg00001.html">Reboot Tuesday</a>.</strong></p>
- <?php
- }
- }
- }
- ?>
<ul>
<li><strong><a href="download/"><?php echo gettext("Download libreboot releases"); ?></a></strong></li>
<li><a href="git/"><?php echo gettext("Git repositories"); ?></a></li>