Changeset 3061
- Timestamp:
- 07/11/2008 09:11:51 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r3060 r3061 67 67 68 68 // Remove all dot-paths from the URI, they are not valid 69 self::$current_uri = str_replace(array('../', './'), '', self::$current_uri);69 self::$current_uri = preg_replace('#\.++/++#', '', self::$current_uri); 70 70 71 71 // At this point segments, rsegments, and current URI are all the same
