diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2020-12-12 01:15:41 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2020-12-12 01:15:41 +0100 |
commit | 0975af5ae6edff10842df14b19b802e76d539396 (patch) | |
tree | c3a61d6882a8b8197b7f3822d1fd4d2f767327e0 /index.php | |
parent | 47ff69e822f5f3d971e8cb58b2861aa9529b63dc (diff) | |
download | www-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.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 = '' . $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); |