diff options
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 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 = 'hiebel.eu'; -$www_domain = 'mga.' . $domain; +$domain = 'mageia.org'; +$www_domain = 'www.' . $domain; if (G_VHOST == $domain) { // rewrite "//mageia.org/" to "//www.mageia.org/" |
