can add karyawan

This commit is contained in:
kicap1992
2021-05-01 10:38:01 +08:00
parent 7c09b4a7f6
commit 6fb6596e75
1457 changed files with 634291 additions and 1003 deletions

View File

@ -78,7 +78,7 @@ $db['default'] = array(
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'perumahan',
'database' => 'barcode_absensi',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,

View File

@ -49,7 +49,7 @@ 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'] = 'home';
$route['default_controller'] = 'login';
$route['404_override'] = 'my404';
// $route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;