diff options
Diffstat (limited to 'mirrorlist/index.php')
-rw-r--r-- | mirrorlist/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrorlist/index.php b/mirrorlist/index.php index dea61be54..cbd1c0d6b 100644 --- a/mirrorlist/index.php +++ b/mirrorlist/index.php @@ -31,7 +31,7 @@ $arraycheck =array( 'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'), ); -$archives = array('5', '6'); +$archives = array('5', '6', '7'); if ($source){ $link = "MIRROR/distrib/$release/SRPMS/$section/$repo/"; |