This commit is contained in:
2024-05-29 15:19:54 +02:00
parent f504d172fc
commit 1c1333d4ed
4 changed files with 8 additions and 5 deletions

View File

@@ -49,6 +49,6 @@ 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'] = 'welcome';
$route['default_controller'] = 'albums';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;