commit | f6615e650f7f871fbb4a2e0e1a75fd9afa2e3647 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Oct 12 19:16:57 2006 +0000 |
committer | admin <devnull@localhost> | Thu Oct 12 19:16:57 2006 +0000 |
tree | 0831df7ff0931b5ec00754976e95dae3dd74fde7 | |
parent | 80b2bd9b7f1ecafed0d0170be60bd0a2d8a4201c [diff] |
diff --git a/system/libraries/Router.php b/system/libraries/Router.php index ead1439..bbfa0d1 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php
@@ -373,7 +373,7 @@ $request_uri = preg_replace("|/(.*)|", "\\1", str_replace("\\", "/", $_SERVER['REQUEST_URI'])); - if ($request_uri == '') + if ($request_uri == '' OR $request_uri == SELF) { return ''; }