From: martin-s Date: Wed, 21 May 2008 19:05:05 +0000 (+0000) Subject: Updated web server files X-Git-Tag: navit-0.5.0.5194svn~4079 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=294c78095f7de539d8fa974737c87f3db5d0803a;p=profile%2Fivi%2Fnavit.git Updated web server files git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1073 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/script/download_index.html b/navit/navit/script/download_index.html index 51ca2cf..fed33e1 100644 --- a/navit/navit/script/download_index.html +++ b/navit/navit/script/download_index.html @@ -138,7 +138,7 @@
  •  
  • -
  • +
  • diff --git a/navit/navit/script/map_index.php b/navit/navit/script/map_index.php index b71dbac..57fd0d0 100644 --- a/navit/navit/script/map_index.php +++ b/navit/navit/script/map_index.php @@ -30,7 +30,7 @@ $areas=array( 'Germany' => '5,47,16,55.1', ); - $url='http://' . $HTTP_HOST . $PHP_SELF; + $url='http://' . $HTTP_SERVER_VARS['HTTP_HOST'] . $HTTP_SERVER_VARS['PHP_SELF']; echo "Use: $url?bbox=bllon,bllat,trlon,trlat
    \n"; echo "
    \n"; while (list($area,$bbox)=each($areas)) {