Traducción al castellano
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_FormulariosCalidad/trunk@15 e2c41b2c-0c6f-0149-8b81-50b1a9191bb3
This commit is contained in:
parent
e7bfe401f2
commit
67376f0ef6
@ -31,7 +31,7 @@
|
||||
$username = trim($_POST['admin_username']);
|
||||
$password = trim($_POST['admin_password']);
|
||||
if(($username != ADMIN_USER) || ($password != ADMIN_PASSWORD)){
|
||||
$_SESSION['AP_LOGIN_ERROR'] = 'Please enter the correct user and password!';
|
||||
$_SESSION['AP_LOGIN_ERROR'] = 'Por favor, introduzca su usuario y su contraseña correctamente';
|
||||
}else{
|
||||
$_SESSION['logged_in'] = true;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user