aboutsummaryrefslogtreecommitdiffstats
path: root/downloads.php
diff options
context:
space:
mode:
Diffstat (limited to 'downloads.php')
-rw-r--r--downloads.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/downloads.php b/downloads.php
index 464d19688..f9d8c184d 100644
--- a/downloads.php
+++ b/downloads.php
@@ -44,6 +44,9 @@ $glob = array_shift($prods);
$popularity = array_shift($prods);
$i = 0;
foreach ($prods as $k => $p) {
+ if (isset($p['hidden'])) {
+ continue;
+ }
$iso = sprintf('%s-%s', $glob['prefix'], $k);
$dl_link = sprintf('/%s/downloads/dl.php?product=%s', $locale, $iso);