Ajout del'inscription, connection et deconnection avec bd
This commit is contained in:
@@ -58,7 +58,7 @@ $autoload['packages'] = array();
|
||||
|
|
||||
| $autoload['libraries'] = array('user_agent' => 'ua');
|
||||
*/
|
||||
$autoload['libraries'] = array();
|
||||
$autoload['libraries'] = array('session');
|
||||
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user