Subversion Repositories SmartDukaan

Rev

Rev 12732 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12732 Rev 12763
Line 45... Line 45...
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";
47
$route['fos/searchcounter'] = "fos/searchcounter";
48
$route['fos/loginas'] = "fos/loginas";
48
$route['fos/loginas'] = "fos/loginas";
49
$route['fos/getusers/(:num)'] = "fos/getusers/$1";
49
$route['fos/getusers/(:num)'] = "fos/getusers/$1";
-
 
50
$route['fos/changeuser'] = "fos/changeuser";
50
$route['search'] = 'search/index';
51
$route['search'] = 'search/index';
51
$route['login'] = 'auth/login';
52
$route['login'] = 'auth/login';
52
$route['login-details'] = 'auth/changePassword';
53
$route['login-details'] = 'auth/changePassword';
53
$route['logout'] = 'auth/logout';
54
$route['logout'] = 'auth/logout';
54
$route['login/(:any)'] = 'auth/login/$1';
55
$route['login/(:any)'] = 'auth/login/$1';