Add Laporan Bulanan, Laporan By Kelurahan, laporan By Kecamatan, and Fix Some Bugs

This commit is contained in:
2021-09-19 21:39:23 +07:00
parent 4a12d026fd
commit b42ee3ba25
25 changed files with 5098 additions and 51 deletions

View File

@@ -49,6 +49,9 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| Examples: my-controller/index -> my_controller/index
| my-controller/my-method -> my_controller/my_method
*/
$route['default_controller'] = 'Login';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['admin'] = 'admin/Dashboard';
$route['user'] = 'user/Dashboard';