aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2020-12-12 01:15:41 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2020-12-12 01:15:41 +0100
commit0975af5ae6edff10842df14b19b802e76d539396 (patch)
treec3a61d6882a8b8197b7f3822d1fd4d2f767327e0 /index.php
parent47ff69e822f5f3d971e8cb58b2861aa9529b63dc (diff)
downloadwww-0975af5ae6edff10842df14b19b802e76d539396.tar
www-0975af5ae6edff10842df14b19b802e76d539396.tar.gz
www-0975af5ae6edff10842df14b19b802e76d539396.tar.bz2
www-0975af5ae6edff10842df14b19b802e76d539396.tar.xz
www-0975af5ae6edff10842df14b19b802e76d539396.zip
Mageia 8 beta2
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 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);