| Line 47... |
Line 47... |
| 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['^([a-zA-Z0-9]*-){2,3}+recharge$'] = 'recharge/index';
|
| 53 |
$route['confirm'] = 'recharge/confirm';
|
53 |
$route['confirm'] = 'recharge/confirm';
|
| 54 |
$route['confirm!rechargeAgain'] = 'recharge/recharge_again';
|
54 |
$route['confirm!rechargeAgain'] = 'recharge/recharge_again';
|
| 55 |
$route['recharge-pay-options'] = 'recharge/payOptions';
|
55 |
$route['recharge-pay-options'] = 'recharge/payOptions';
|
| 56 |
$route['recharge-result'] = 'recharge/orderconfirmation';
|
56 |
$route['recharge-result'] = 'recharge/orderconfirmation';
|
| 57 |
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';
|
57 |
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';
|