summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaulburdick <devnull@localhost>2007-06-28 01:47:39 +0200
committerpaulburdick <devnull@localhost>2007-06-28 01:47:39 +0200
commit01f0888f7d574b92104f8aedf77ab5426d753fd3 (patch)
tree7a090b3cc9d53a68a6fc7a99759292c32db48d07
parent8b1c3874d61d2c05f6368c9cad82aa533ad42b03 (diff)
-rw-r--r--system/codeigniter/CodeIgniter.php2
-rw-r--r--system/libraries/Input.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index 8b067ff72..987478f9f 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -132,7 +132,7 @@ load_class('Controller', FALSE);
// Load the local application controller
// Note: The Router class automatically validates the controller path. If this include fails it
// means that the default controller in the Routes.php file is not resolving to something valid.
-if ( ! include(APPPATH.'controllers/'.$IN->filename_security($RTR->fetch_directory()).$IN->filename_security($RTR->fetch_class()).EXT))
+if ( ! include(APPPATH.'controllers/'.$RTR->fetch_directory().$RTR->fetch_class().EXT))
{
show_error('Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.');
}
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 337eeff30..33f288688 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -472,7 +472,6 @@ class CI_Input {
'=',
';',
'?',
- '/',
"%20",
"%22",
"%3c", // <