Adding extra charsets for ActionMailer unit tests, if you're looking to parse incomin...
[akelos.git] / config / DEFAULT-routes.php
blob1d6c50901f70a1df78952f5d87a1cf9d6a836295
1 <?php
3 // You can find more about routes on /lib/AkRouters.php and /test/test_AkRouter.php
5 $Map->connect('/:controller/:action/:id', array('controller' => 'page', 'action' => 'index'));
6 $Map->connect('/', array('controller' => 'page', 'action' => 'index'));
8 ?>