Modifications page d'accueil

This commit is contained in:
2024-06-03 09:43:40 +02:00
parent 96c879d0f9
commit baae5280b9
5 changed files with 55 additions and 47 deletions

View File

@@ -49,6 +49,11 @@ 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'] = 'Albums';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
$route['albums'] = 'albums/index';
$route['connect/login'] = 'connect/login';
$route['connect/logout'] = 'connect/logout';
$route['connect/create'] = 'connect/create';