From 1b08f20f40394bd28ef0fdc36f862cb7d8943b8c Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 30 Jun 2019 14:56:02 +0200 Subject: Revert "Mageia 7 is available" This reverts commit 63c8a1f732efe8b90b4a675a5b0906f4e17d01fb. --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 2faf85372..ba5af2ea2 100644 --- a/index.php +++ b/index.php @@ -7,8 +7,8 @@ require_once 'langs.inc.php'; // NOTE, this should go to the main controller in the next platform // (catching all requests) -$domain = 'hiebel.eu'; -$www_domain = 'mga.' . $domain; +$domain = 'mageia.org'; +$www_domain = 'www.' . $domain; if (G_VHOST == $domain) { // rewrite "//mageia.org/" to "//www.mageia.org/" @@ -52,4 +52,4 @@ if (isset($_GET['flang'])) die; } -relocate($langs); +relocate($langs); \ No newline at end of file -- cgit v1.2.1