diff --git a/providerwww/application/core/MER_Controller.php b/providerwww/application/core/MER_Controller.php index 7834fe0..def5787 100644 --- a/providerwww/application/core/MER_Controller.php +++ b/providerwww/application/core/MER_Controller.php @@ -91,6 +91,9 @@ class MER_Controller extends CI_Controller { $_SESSION['user_admin'] = "1"; $loginReturn = true; } + else { + $data['error_message']="Invalid Username or Password"; + } return $loginReturn;