Changeset 3050
- Timestamp:
- 07/11/2008 07:33:31 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Router.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r3048 r3050 101 101 $controller_path .= $segment; 102 102 103 echo Kohana::debug($segment);104 105 103 $found = FALSE; 106 104 foreach ($paths as $dir) … … 156 154 } 157 155 158 exit;159 156 // Last chance to set routing before a 404 is triggered 160 157 Event::run('system.post_routing');
