aboutsummaryrefslogtreecommitdiffstats
path: root/css/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'css/index.php')
-rw-r--r--css/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/index.php b/css/index.php
index 493b1c8..36cbc34 100644
--- a/css/index.php
+++ b/css/index.php
@@ -19,4 +19,4 @@
header('Content-Type: text/css;charset=utf-8');
header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day'))));
-readfile('source.css');
+echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('source.css'));