Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1bc087a5..62e85ecd 100644
--- a/index.php
+++ b/index.php
@@ -29,7 +29,6 @@ $Downloads->hideBannerAd(FALSE);
// @todo: We should probably move these functions to Theme().
$App->Promotion = TRUE;
-$App->PageRSS = "/downloads/rss.php";
$App->PageRSSTitle = "Eclipse Releases";
$App->AddExtraJSFooter('<script type="text/javascript" src="/downloads/assets/public/javascript/downloads.min.js"></script>');

Back to the top