Subversion Repositories SmartDukaan

Rev

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

Rev 11590 Rev 11631
Line 46... Line 46...
46
$route['logout'] = 'auth/logout';
46
$route['logout'] = 'auth/logout';
47
$route['login/(:any)'] = 'auth/login/$1';
47
$route['login/(:any)'] = 'auth/login/$1';
48
$route['register'] = 'auth/signup/$1';
48
$route['register'] = 'auth/signup/$1';
49
$route['register/(:any)'] = 'auth/signup/$1';
49
$route['register/(:any)'] = 'auth/signup/$1';
50
$route['cart'] = 'cart/index/$1';
50
$route['cart'] = 'cart/index/$1';
51
$route['recharge'] = 'recharge/index';
51
//$route['recharge'] = 'recharge/index';
-
 
52
$route['^([a-zA-Z]*-){2,3}+recharge$'] = 'recharge/index';
52
$route['confirm'] = 'recharge/confirm';
53
$route['confirm'] = 'recharge/confirm';
53
$route['confirm!rechargeAgain'] = 'recharge/recharge_again';
54
$route['confirm!rechargeAgain'] = 'recharge/recharge_again';
54
$route['recharge-pay-options'] = 'recharge/payOptions';
55
$route['recharge-pay-options'] = 'recharge/payOptions';
55
$route['recharge-result'] = 'recharge/orderconfirmation';
56
$route['recharge-result'] = 'recharge/orderconfirmation';
56
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';
57
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';