- Timestamp:
- 07/11/2008 10:04:47 AM (5 months ago)
- Files:
-
- 1 modified
-
tags/2.1.3/system/libraries/Router.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/2.1.3/system/libraries/Router.php
r3062 r3068 58 58 59 59 // Remove all dot-paths from the URI, they are not valid 60 self::$current_uri = preg_replace('#\.++ /++#', '', self::$current_uri);60 self::$current_uri = preg_replace('#\.++\s*/++#', '', self::$current_uri); 61 61 62 62 // At this point segments, rsegments, and current URI are all the same
