correction du code et suppression des parties en trop
This commit is contained in:
@@ -51,8 +51,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
*/
|
||||
$route['default_controller'] = 'albums';
|
||||
$route['connexion'] = 'ConnexionController/connexion';
|
||||
$route['inscription'] = 'InscriptionController/inscription';
|
||||
$route['traitement'] = 'InscriptionController/traitement';
|
||||
$route['traitement'] = 'ConnexionController/traitement';
|
||||
$route['authentifier'] = 'ConnexionController/authentifier';
|
||||
$route['deconnexion'] = 'ConnexionController/deconnexion';
|
||||
$route['404_override'] = '';
|
||||
|
Reference in New Issue
Block a user