Chnagethe route for init commit

This commit is contained in:
dev-chiefworks
2021-12-17 20:45:29 -05:00
parent 0a561ae6dc
commit be7e4d489a
4 changed files with 61 additions and 7 deletions
+1 -1
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'] = 'site';
$route['default_controller'] = 'bko';
$route['404_override'] = 'Wrb404';
$route['translate_uri_dashes'] = FALSE;