summaryrefslogtreecommitdiffstats
path: root/site/common
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-14 02:47:30 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-14 02:47:30 (EST)
commite58c71bbc4a207528ce70ed5c08387636be9f7df (patch)
tree2b264f278869b432c0b1285d6d3f283055ac0ea5 /site/common
parentb12ee3bd44ce2c047cc0e3f2ce180afd0d743a43 (diff)
downloadlibreboot.org-e58c71bbc4a207528ce70ed5c08387636be9f7df.zip
libreboot.org-e58c71bbc4a207528ce70ed5c08387636be9f7df.tar.gz
libreboot.org-e58c71bbc4a207528ce70ed5c08387636be9f7df.tar.bz2
download page: make more clear where to find betas
Diffstat (limited to 'site/common')
-rw-r--r--site/common/variables.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/site/common/variables.php b/site/common/variables.php
index 279c413..370580a 100644
--- a/site/common/variables.php
+++ b/site/common/variables.php
@@ -133,12 +133,4 @@
array("20131212", "2013-12-12")
)
);
-
- /* release list (unstable/beta). format is: version number, then date of release */
- /* latest releases first, earlier releases are at the bottom */
- $lbBetaRelease = array (
- array (
- array("20151114", "2015-11-14")
- )
- );
?>