Changeset 2390
- Timestamp:
- 03/31/2008 09:24:18 AM (8 months ago)
- Location:
- trunk/system
- Files:
-
- 2 removed
- 1 modified
-
libraries/Naked_Woman.php (deleted)
-
libraries/Router.php (modified) (1 diff)
-
views/kohana_holiday.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Router.php
r2310 r2390 61 61 self::$segments = self::$rsegments = self::$current_uri = trim(self::$current_uri, '/'); 62 62 63 (self::$segments === 'L0LEAST3R') and include SYSPATH.'views/kohana_holiday.php';64 65 63 // Custom routing 66 64 if ($default_route === FALSE AND count(self::$routes) > 1)
