Ajout del'inscription, connection et deconnection avec bd

This commit is contained in:
2024-06-09 17:31:35 +02:00
parent 6ff83097b2
commit c61c485651
9 changed files with 147 additions and 67 deletions

View File

@@ -50,5 +50,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| my-controller/my-method -> my_controller/my_method
*/
$route['default_controller'] = 'albums';
$route['connexion'] = 'ConnexionController/connexion';
$route['inscription'] = 'InscriptionController/inscription';
$route['traitement'] = 'InscriptionController/traitement';
$route['authentifier'] = 'ConnexionController/authentifier';
$route['deconnexion'] = 'ConnexionController/deconnexion';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;