diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:51:48 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:51:48 +0200 |
commit | 63c8a1f732efe8b90b4a675a5b0906f4e17d01fb (patch) | |
tree | e3ed0c89b6947b9db3e507f78f6c195778ce0a35 /index.php | |
parent | 937ac5ed648a77dda8589bd5b19c921390c77e84 (diff) | |
download | www-63c8a1f732efe8b90b4a675a5b0906f4e17d01fb.tar www-63c8a1f732efe8b90b4a675a5b0906f4e17d01fb.tar.gz www-63c8a1f732efe8b90b4a675a5b0906f4e17d01fb.tar.bz2 www-63c8a1f732efe8b90b4a675a5b0906f4e17d01fb.tar.xz www-63c8a1f732efe8b90b4a675a5b0906f4e17d01fb.zip |
Mageia 7 is available
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = 'mga.' . $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); |