Subversion Repositories SmartDukaan

Rev

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

Rev 12694 Rev 12732
Line 42... Line 42...
42
$route['404_override'] = 'error_page';
42
$route['404_override'] = 'error_page';
43
 
43
 
44
$route['fos/thanks'] = "fos/thanks";
44
$route['fos/thanks'] = "fos/thanks";
45
$route['fos/dashboard'] = "fos/dashboard";
45
$route['fos/dashboard'] = "fos/dashboard";
46
$route['fos/signupcounter'] = "fos/signupcounter";
46
$route['fos/signupcounter'] = "fos/signupcounter";
-
 
47
$route['fos/searchcounter'] = "fos/searchcounter";
-
 
48
$route['fos/loginas'] = "fos/loginas";
-
 
49
$route['fos/getusers/(:num)'] = "fos/getusers/$1";
47
$route['search'] = 'search/index';
50
$route['search'] = 'search/index';
48
$route['login'] = 'auth/login';
51
$route['login'] = 'auth/login';
49
$route['login-details'] = 'auth/changePassword';
52
$route['login-details'] = 'auth/changePassword';
50
$route['logout'] = 'auth/logout';
53
$route['logout'] = 'auth/logout';
51
$route['login/(:any)'] = 'auth/login/$1';
54
$route['login/(:any)'] = 'auth/login/$1';