Amélioration de la page des albums

This commit is contained in:
stiti
2024-05-19 15:27:13 +02:00
parent ee34a0131a
commit 14b260fb6c
11 changed files with 227 additions and 10 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/SAE2.02/CodeIgniter-3.1.13';
/*
|--------------------------------------------------------------------------

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'] = 'home';
$route['default_controller'] = 'albums';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;