Subversion Repositories SmartDukaan

Rev

Rev 18209 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18209 Rev 18500
Line 58... Line 58...
58
	Router::connect('/cashbacks/by/*', array('controller' => 'orders', 'action' => 'usercashbacks'));
58
	Router::connect('/cashbacks/by/*', array('controller' => 'orders', 'action' => 'usercashbacks'));
59
	Router::connect('/appb/*', array('controller' => 'abouts', 'action' => 'appb'));
59
	Router::connect('/appb/*', array('controller' => 'abouts', 'action' => 'appb'));
60
	Router::connect('/A/mobile', array('controller' => 'A', 'action' => 'mobile'));
60
	Router::connect('/A/mobile', array('controller' => 'A', 'action' => 'mobile'));
61
	Router::connect('/A/error', array('controller' => 'A', 'action' => 'error'));
61
	Router::connect('/A/error', array('controller' => 'A', 'action' => 'error'));
62
	Router::connect('/A/*', array('controller' => 'A', 'action' => 'index'));
62
	Router::connect('/A/*', array('controller' => 'A', 'action' => 'index'));
-
 
63
	Router::connect('/B/*', array('controller' => 'B', 'action' => 'index'));
63
 
64
 
64
/**
65
/**
65
 * Load all plugin routes. See the CakePlugin documentation on
66
 * Load all plugin routes. See the CakePlugin documentation on
66
 * how to customize the loading of plugin routes.
67
 * how to customize the loading of plugin routes.
67
 */
68
 */