diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2020-12-12 01:24:21 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2020-12-12 01:24:21 +0100 |
commit | db88d357002e50ce6b29f8d01fc34c6a0c433f8b (patch) | |
tree | 94cef0f95c50963c56e566225b91ed73deb50779 /index.php | |
parent | 11bb6d5fc7025dd5230f38f20659ad843df5b0da (diff) | |
download | www-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.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 = '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 |