From f88ad5e88fded3d1bfbf71ef9c194ebcc433c5e0 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 6 Mar 2009 22:32:23 +0000 Subject: Updated _parse_request_uri to reflect the fact that FCPATH no longer contains index.php as part of the path. --- system/libraries/URI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/URI.php b/system/libraries/URI.php index e74af31f4..73ddec87c 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php @@ -146,7 +146,7 @@ class CI_URI { return ''; } - $fc_path = FCPATH; + $fc_path = FCPATH.SELF; if (strpos($request_uri, '?') !== FALSE) { $fc_path .= '?'; -- cgit v1.2.3-24-g4f1b