diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:56:02 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2019-06-30 14:56:02 +0200 |
commit | 1b08f20f40394bd28ef0fdc36f862cb7d8943b8c (patch) | |
tree | a0d33657f882e650ffe04ec51cafa0a01e0c2493 | |
parent | 4c5a13e7fe530ad856e544d40fa91d8c8b5d1a63 (diff) | |
download | www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar.gz www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar.bz2 www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.tar.xz www-1b08f20f40394bd28ef0fdc36f862cb7d8943b8c.zip |
Revert "Mageia 7 is available"
This reverts commit 63c8a1f732efe8b90b4a675a5b0906f4e17d01fb.
-rw-r--r-- | g/7/background.png | bin | 1156050 -> 0 bytes | |||
-rw-r--r-- | index.php | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/g/7/background.png b/g/7/background.png Binary files differdeleted file mode 100644 index 315f2de3c..000000000 --- a/g/7/background.png +++ /dev/null @@ -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/" @@ -52,4 +52,4 @@ if (isset($_GET['flang'])) die; } -relocate($langs); +relocate($langs);
\ No newline at end of file |