aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-04-09 15:23:11 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-04-09 15:23:11 +0000
commit8331232b6f486bf32d110ac86de14614fce503ee (patch)
tree760c2ee68719015a0e850593784e285f3b2738c1 /html
parent3a602c026bc93f46c3b58e50cc5900c431400415 (diff)
downloadnav-8331232b6f486bf32d110ac86de14614fce503ee.tar
nav-8331232b6f486bf32d110ac86de14614fce503ee.tar.gz
nav-8331232b6f486bf32d110ac86de14614fce503ee.tar.bz2
nav-8331232b6f486bf32d110ac86de14614fce503ee.tar.xz
nav-8331232b6f486bf32d110ac86de14614fce503ee.zip
remove my test url..
Diffstat (limited to 'html')
-rw-r--r--html/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.php b/html/index.php
index 89125a1..8c8ac69 100644
--- a/html/index.php
+++ b/html/index.php
@@ -50,6 +50,6 @@ 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, null, '//1-mageia.rhcloud.com/', NCache::build($cache_path));
+echo _mgnav_html($wrap, $lang, null, $www_host, NCache::build($cache_path));
apache_note('navMakeTime', number_format(microtime() - $t0, 6));