summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
Diffstat (limited to 'system/core')
-rwxr-xr-x[-rw-r--r--]system/core/Benchmark.php0
-rwxr-xr-x[-rw-r--r--]system/core/CodeIgniter.php0
-rwxr-xr-x[-rw-r--r--]system/core/Common.php0
-rwxr-xr-x[-rw-r--r--]system/core/Config.php0
-rwxr-xr-x[-rw-r--r--]system/core/Controller.php0
-rwxr-xr-x[-rw-r--r--]system/core/Exceptions.php0
-rwxr-xr-x[-rw-r--r--]system/core/Hooks.php0
-rwxr-xr-x[-rw-r--r--]system/core/Input.php0
-rwxr-xr-x[-rw-r--r--]system/core/Lang.php0
-rwxr-xr-x[-rw-r--r--]system/core/Loader.php0
-rwxr-xr-x[-rw-r--r--]system/core/Model.php0
-rwxr-xr-x[-rw-r--r--]system/core/Output.php0
-rwxr-xr-x[-rw-r--r--]system/core/Router.php0
-rwxr-xr-x[-rw-r--r--]system/core/Security.php0
-rwxr-xr-x[-rw-r--r--]system/core/URI.php4
-rwxr-xr-x[-rw-r--r--]system/core/Utf8.php0
-rwxr-xr-x[-rw-r--r--]system/core/index.html0
17 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Benchmark.php b/system/core/Benchmark.php
index 515550e9f..515550e9f 100644..100755
--- a/system/core/Benchmark.php
+++ b/system/core/Benchmark.php
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php
index f3e1439ff..f3e1439ff 100644..100755
--- a/system/core/CodeIgniter.php
+++ b/system/core/CodeIgniter.php
diff --git a/system/core/Common.php b/system/core/Common.php
index 1aca809ab..1aca809ab 100644..100755
--- a/system/core/Common.php
+++ b/system/core/Common.php
diff --git a/system/core/Config.php b/system/core/Config.php
index 863c5ef4b..863c5ef4b 100644..100755
--- a/system/core/Config.php
+++ b/system/core/Config.php
diff --git a/system/core/Controller.php b/system/core/Controller.php
index 469663f09..469663f09 100644..100755
--- a/system/core/Controller.php
+++ b/system/core/Controller.php
diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php
index f5659561c..f5659561c 100644..100755
--- a/system/core/Exceptions.php
+++ b/system/core/Exceptions.php
diff --git a/system/core/Hooks.php b/system/core/Hooks.php
index 24fa1055b..24fa1055b 100644..100755
--- a/system/core/Hooks.php
+++ b/system/core/Hooks.php
diff --git a/system/core/Input.php b/system/core/Input.php
index dc7612e64..dc7612e64 100644..100755
--- a/system/core/Input.php
+++ b/system/core/Input.php
diff --git a/system/core/Lang.php b/system/core/Lang.php
index 0b926a303..0b926a303 100644..100755
--- a/system/core/Lang.php
+++ b/system/core/Lang.php
diff --git a/system/core/Loader.php b/system/core/Loader.php
index e75805d0e..e75805d0e 100644..100755
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
diff --git a/system/core/Model.php b/system/core/Model.php
index 8566a0b66..8566a0b66 100644..100755
--- a/system/core/Model.php
+++ b/system/core/Model.php
diff --git a/system/core/Output.php b/system/core/Output.php
index 45a82f3cb..45a82f3cb 100644..100755
--- a/system/core/Output.php
+++ b/system/core/Output.php
diff --git a/system/core/Router.php b/system/core/Router.php
index d451aab68..d451aab68 100644..100755
--- a/system/core/Router.php
+++ b/system/core/Router.php
diff --git a/system/core/Security.php b/system/core/Security.php
index ceef9779c..ceef9779c 100644..100755
--- a/system/core/Security.php
+++ b/system/core/Security.php
diff --git a/system/core/URI.php b/system/core/URI.php
index 80dc62e58..b34260836 100644..100755
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -193,7 +193,7 @@ class CI_URI {
$uri = parse_url($uri, PHP_URL_PATH);
// Do some final cleaning of the URI and return it
- return str_replace(array('//', '../'), '/', trim($uri, '/'));
+ return str_replace(array('//', '../'), '/', ltrim($uri, '/'));
}
// --------------------------------------------------------------------
@@ -620,4 +620,4 @@ class CI_URI {
// END URI Class
/* End of file URI.php */
-/* Location: ./system/core/URI.php */ \ No newline at end of file
+/* Location: ./system/core/URI.php */
diff --git a/system/core/Utf8.php b/system/core/Utf8.php
index 2a27d1f35..2a27d1f35 100644..100755
--- a/system/core/Utf8.php
+++ b/system/core/Utf8.php
diff --git a/system/core/index.html b/system/core/index.html
index c942a79ce..c942a79ce 100644..100755
--- a/system/core/index.html
+++ b/system/core/index.html