correction du code et suppression des parties en trop

This commit is contained in:
2024-06-15 19:27:24 +02:00
parent 2640d39a4f
commit f0a4f36a35
6 changed files with 66 additions and 49 deletions

View File

@@ -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'] = '';