Modifications page d'accueil
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user