diff options
Diffstat (limited to 'css/index.php')
-rw-r--r-- | css/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/index.php b/css/index.php index 36cbc34..66604b2 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')))); -echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('source.css')); +echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('all.css')); |