css + resolution de bug php

This commit is contained in:
2024-05-30 10:05:37 +02:00
parent a0af043f68
commit f7d8c15910
27 changed files with 747 additions and 105 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'] = 'albums';
$route['default_controller'] = 'welcome';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;