diff options
author | admin <devnull@localhost> | 2006-10-23 03:25:46 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-23 03:25:46 +0200 |
commit | b6224a136c3fc2893e7f1bd3005959fab4008a47 (patch) | |
tree | 6a241ff5d178e7f23f1cbbaa1bde1259f484d202 /system/libraries/Router.php | |
parent | ca3dafb5ad0f04147128be596c872c156e176594 (diff) |
Diffstat (limited to 'system/libraries/Router.php')
-rw-r--r-- | system/libraries/Router.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/libraries/Router.php b/system/libraries/Router.php index 17a441c77..d4d1b2fdb 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php @@ -319,16 +319,6 @@ class CI_Router { { return $path; } - - // OK, how about REQUEST_URI? - // Note: REQUEST_URI is not supplied in a consistent manner with all platforms so it's - // a difficult variable to use. We'll try to parse it out correctly. Hopefully one - // of the other variables above was available. - $path = $this->_parse_request_uri(); - if ($path != "") - { - return $path; - } // We've exhausted all our options... return ''; |