diff options
-rw-r--r-- | html/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/index.php b/html/index.php index 7297f84..dcdbb35 100644 --- a/html/index.php +++ b/html/index.php @@ -30,4 +30,5 @@ header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: GET'); header('Content-Type: text/html;charset=utf-8'); header(sprintf('Expires: %s', gmdate('r', strtotime('+1 day')))); -echo _mgnav_html($wrap, $lang); + +echo _mgnav_html($wrap, $lang, null, 'www.mageia.org', NCache::build('var/tmp/cache')); |