aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2020-12-12 01:24:21 +0100
committerManuel Hiebel <leuhmanu@mageia.org>2020-12-12 01:24:21 +0100
commitdb88d357002e50ce6b29f8d01fc34c6a0c433f8b (patch)
tree94cef0f95c50963c56e566225b91ed73deb50779 /index.php
parent11bb6d5fc7025dd5230f38f20659ad843df5b0da (diff)
downloadwww-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar.gz
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar.bz2
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.tar.xz
www-db88d357002e50ce6b29f8d01fc34c6a0c433f8b.zip
Revert "Mageia 8 beta2"
sorry for the mess This reverts commit 0975af5ae6edff10842df14b19b802e76d539396.
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 c42a17151..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 = '' . $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