aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--[-rwxr-xr-x]en/index.php2
-rw-r--r--mirrorlist/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/en/index.php b/en/index.php
index 78dca5eb7..03bc84dd0 100755..100644
--- a/en/index.php
+++ b/en/index.php
@@ -291,7 +291,7 @@ $dictionary = read_translation_file($locale, array('index', 'news', 'common_foot
</li>
<li><a href="contribute/" class="dl-btn-other"><?php _g('<strong>Get involved</strong> in the next version'); ?></a>
</li>
- <!--<li><a href="6/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 6 rc</a></li>-->
+ <li><a href="/downloads/prerelease/" class="dl-btn-other"><?php _g('Test'); ?> Mageia 7 beta 1</a></li>
</ul>
</div>
diff --git a/mirrorlist/index.php b/mirrorlist/index.php
index 35b3815f0..b3c5ee084 100644
--- a/mirrorlist/index.php
+++ b/mirrorlist/index.php
@@ -26,7 +26,7 @@ $source = get('source');
$arraycheck =array(
-'release' => array('5', '6', 'cauldron'),
+'release' => array('5', '6', '7', 'cauldron'),
'arch' => array('i586', 'x86_64', 'SRPMS', 'armv5tl', 'armv7hl', 'aarch64'),
'section' => array('core', 'nonfree', 'tainted'),
'repo' => array('release', 'updates', 'updates_testing', 'backports', 'backports_testing'),