Test d'une page d'accueil

This commit is contained in:
2024-05-18 14:52:46 +02:00
parent dd0d7cd73e
commit 500db01282
5 changed files with 22 additions and 126 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'] = 'home';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;