diff options
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"> |