Ajout de Onzeur Bird

This commit is contained in:
stiti
2024-05-28 21:19:33 +02:00
parent 2ab9a2a56b
commit 5d806c1fea
4 changed files with 200 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| my-controller/my-method -> my_controller/my_method
*/
$route['default_controller'] = 'home/index';
$route['404_override'] = '';
$route['404_override'] = 'errors/error_404';
$route['translate_uri_dashes'] = FALSE;
$route['albums'] = 'albums/index';
$route['musiques'] = 'Musiques/index';