can add karyawan
This commit is contained in:
@ -78,7 +78,7 @@ $db['default'] = array(
|
||||
'hostname' => 'localhost',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'database' => 'perumahan',
|
||||
'database' => 'barcode_absensi',
|
||||
'dbdriver' => 'mysqli',
|
||||
'dbprefix' => '',
|
||||
'pconnect' => FALSE,
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user