aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2019-06-30 14:56:02 +0200
committerManuel Hiebel <leuhmanu@mageia.org>2019-06-30 14:56:02 +0200
commit1b08f20f40394bd28ef0fdc36f862cb7d8943b8c (patch)
treea0d33657f882e650ffe04ec51cafa0a01e0c2493 /index.php
parent4c5a13e7fe530ad856e544d40fa91d8c8b5d1a63 (diff)
downloadwww-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar
www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar.gz
www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar.bz2
www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar.xz
www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.zip
Revert "Mageia 7 is available"
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
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