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

@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = '/~brigitte/SAEWEB2.2/ci';
$config['base_url'] = 'https://dwarves.iut-fbleau.fr/~boutaric/test/ci/';
/*
|--------------------------------------------------------------------------

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;