Merge branch 'main' of grond.iut-fbleau.fr:keraudre/SAE_DEV2.2_2024

This commit is contained in:
2024-06-19 14:55:51 +02:00
5 changed files with 18 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
class ConnexionController extends CI_Controller {
public function __construct() {
parent::__construct();
$this->load->helper(array('url', 'html'));
@@ -36,6 +37,7 @@ class ConnexionController extends CI_Controller {
}
} else {
$data['error_msg'] = "Email ou mot de passe incorrect.";
}
}