chemin par default

This commit is contained in:
Julian GALLEGO 2024-05-27 10:43:58 +02:00
parent 4f60ba344d
commit d04b8c19e2

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;