- Timestamp:
- Nov 5, 2014 6:20:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/config/routes.php
r409 r422 67 67 $route['admin/mau_tin_nhan/cap_nhat'] = 'admin/smstemplate/updateSms'; 68 68 69 $route['admin/doanh_thu_tong_hop'] = 'admin/report'; 70 $route['admin/doanh_thu_tong_hop/trang'] = 'admin/report/getSmstemplates/1'; 71 $route['admin/doanh_thu_tong_hop/them'] = 'admin/report/addSmstemplate'; 72 $route['admin/doanh_thu_tong_hop/trang/:any'] = 'admin/report/getSmstemplates/$1'; 73 $route['admin/doanh_thu_tong_hop/test'] = 'admin/report/test'; 74 $route['admin/doanh_thu_tong_hop/xem/:any'] = 'admin/report/viewSms'; 75 $route['admin/doanh_thu_tong_hop/sua/:any'] = 'admin/report/editSms'; 76 $route['admin/doanh_thu_tong_hop/xoa/:any'] = 'admin/report/deleteSms'; 77 $route['admin/doanh_thu_tong_hop/xoa_tin_nhan'] = 'admin/report/dodeleteSms'; 78 $route['admin/doanh_thu_tong_hop/cap_nhat'] = 'admin/report/updateSms'; 79 69 80 70 81 $route['admin/quan_tri_vien'] = 'admin/admin_acc';
Note: See TracChangeset
for help on using the changeset viewer.