Changeset 407 for trunk/app/config/routes.php
- Timestamp:
- 04/16/08 17:24:40 (9 months ago)
- Files:
-
- 1 modified
-
trunk/app/config/routes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/config/routes.php
r276 r407 14 14 * developement. 15 15 */ 16 Router::connect('/tests', array('controller' => 'tests', 'action' => 'index'));16 // Router::connect('/tests', array('controller' => 'tests', 'action' => 'index')); 17 17 ?>
