Subversion Repositories SmartDukaan

Rev

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

Rev 11253 Rev 11357
Line 37... Line 37...
37
| in the URL cannot be matched to a valid route.
37
| in the URL cannot be matched to a valid route.
38
|
38
|
39
*/
39
*/
40
 
40
 
41
$route['default_controller'] = "home";
41
$route['default_controller'] = "home";
42
$route['404_override'] = '';
42
$route['404_override'] = 'error_page';
43
 
43
 
44
$route['search'] = 'search/index';
44
$route['search'] = 'search/index';
45
$route['login'] = 'auth/login';
45
$route['login'] = 'auth/login';
46
$route['logout'] = 'auth/logout';
46
$route['logout'] = 'auth/logout';
47
$route['login/(:any)'] = 'auth/login/$1';
47
$route['login/(:any)'] = 'auth/login/$1';