[svn r17534] Apply usage of api_get_request_uri() in global.inc.php to fix the IIS bug of not filling this (see FS#3424).

skala
Yannick Warnier 16 years ago
parent faf713ec09
commit fb4d0df8af
  1. 3
      main/inc/global.inc.php

@ -45,6 +45,9 @@ else
// include the main Dokeos platform library file
require_once($includePath.'/lib/main_api.lib.php');
//fix bug in IIS that doesn't fill the $_SERVER['REQUEST_URI']
api_request_uri();
// Start session
api_session_start($already_installed);

Loading…
Cancel
Save