diff options
author | Leah Woods <info@minifree.org> | 2016-05-17 22:52:07 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-17 22:52:07 (EDT) |
commit | 2b077f4e6257cd16ae40f08da884edd63dc79e35 (patch) | |
tree | 229d4f10812dd5f60ed59940ed028182bf458f22 | |
parent | fdfe303bb139e7720e58209cd69b2003626fafd0 (diff) | |
download | libreboot.org-2b077f4e6257cd16ae40f08da884edd63dc79e35.zip libreboot.org-2b077f4e6257cd16ae40f08da884edd63dc79e35.tar.gz libreboot.org-2b077f4e6257cd16ae40f08da884edd63dc79e35.tar.bz2 |
typofix
-rw-r--r-- | site/index.php | 15 |
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> |