diff options
-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 4a3265f69..d213606df 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', '7', '8'); +$archives = array('5', '6', '7'); if ($source){ $link = "MIRROR/distrib/$release/SRPMS/$section/$repo/"; |