Correction des chemins

This commit is contained in:
stiti
2024-05-20 16:31:29 +02:00
parent 03e1f43d2d
commit 85553ae9cb
7 changed files with 25 additions and 29 deletions

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'] = 'home/index';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['albums'] = 'albums/index';