diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 08:02:50 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-15 08:02:50 (EDT) |
commit | 856f062df5d85afaa52cbe088afc3a9fa8a2d29b (patch) | |
tree | 1dec113095a068e87bc1f7e65c239ffcd9ebe472 /site/index.php | |
parent | 50cd1c3a2fc992f9e6a7ac140338fa4fee4e016c (diff) | |
download | libreboot.org-856f062df5d85afaa52cbe088afc3a9fa8a2d29b.zip libreboot.org-856f062df5d85afaa52cbe088afc3a9fa8a2d29b.tar.gz libreboot.org-856f062df5d85afaa52cbe088afc3a9fa8a2d29b.tar.bz2 |
Remove torrent-related items, rename torrent list to lbRelease
(and put it in variables.php)
Libreboot has enough mirrors now, to the point where torrents
are not needed for the time being. The plan to host libreboot via
bittorrent is therefore shelved.
Diffstat (limited to 'site/index.php')
-rw-r--r-- | site/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/index.php b/site/index.php index d6aeb8f..7ac762a 100644 --- a/site/index.php +++ b/site/index.php @@ -19,7 +19,6 @@ ?> <?php include_once "variables.php"; - include_once "torrents.php"; ?> <!DOCTYPE html> <html> @@ -86,7 +85,7 @@ <li><a href="docs/index.html">General documentation</a></li> </ul> <p> - The latest release is from <?php echo $lbTorrentLink[0][0][1]; ?>. + The latest release is from <?php echo $lbRelease[0][0][1]; ?>. </p> </div> <div class="section unstable"> |