Changeset 2064 for branches/website/application/config/routes.php
- Timestamp:
- 02/16/2008 03:40:44 AM (11 months ago)
- Files:
-
- 1 modified
-
branches/website/application/config/routes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/config/routes.php
r1942 r2064 4 4 '_default' => 'home', 5 5 'gophp5' => 'news/gophp5', 6 'auth :any'=> 'home'6 'auth.+' => 'home' 7 7 );
