From 0975af5ae6edff10842df14b19b802e76d539396 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sat, 12 Dec 2020 01:15:41 +0100 Subject: Mageia 8 beta2 --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index ba5af2ea2..c42a17151 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 = 'mageia.org'; -$www_domain = 'www.' . $domain; +$domain = 'hiebel.eu'; +$www_domain = '' . $domain; if (G_VHOST == $domain) { // rewrite "//mageia.org/" to "//www.mageia.org/" @@ -52,4 +52,4 @@ if (isset($_GET['flang'])) die; } -relocate($langs); \ No newline at end of file +relocate($langs); -- cgit v1.2.1