Correction de bugs

This commit is contained in:
stiti
2024-05-19 15:57:25 +02:00
parent 14b260fb6c
commit 03e1f43d2d
5 changed files with 12 additions and 8 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'] = '/~stiti/SAE2.02/CodeIgniter-3.1.13';
$config['base_url'] = '/~stiti/SAE_2.02/CodeIgniter-3.1.13';
/*
|--------------------------------------------------------------------------

View File

@@ -49,6 +49,8 @@ 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'] = 'home';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['albums'] = 'albums/index';