X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/8d6002fa6a6c13228b00ed54b07359aa83b90da3..bef597dc02ebfc85828678caaf9a877568ac9e94:/index.php
diff --git a/index.php b/index.php
index eec0fa3..8cd556d 100644
--- a/index.php
+++ b/index.php
@@ -52,7 +52,7 @@ if (true === jirafeau_challenge_upload_ip($cfg['upload_ip'], get_ip_address($cfg
$_SESSION['user_upload_password'] = $_POST['upload_password'];
} else {
$_SESSION['admin_auth'] = false;
- jirafeau_fatal_error(t('Wrong password.'), $cfg);
+ jirafeau_fatal_error(t('BAD_PSW'), $cfg);
}
}
@@ -64,7 +64,7 @@ if (true === jirafeau_challenge_upload_ip($cfg['upload_ip'], get_ip_address($cfg
@@ -88,17 +88,19 @@ if (true === jirafeau_challenge_upload_ip($cfg['upload_ip'], get_ip_address($cfg
}
}
else {
- jirafeau_fatal_error(t('Access denied'), $cfg);
+ jirafeau_fatal_error(t('ACCESS_KO'), $cfg);
}
?>
-
+
-
+
+
+
@@ -107,7 +109,9 @@ else {
?>
@@ -116,27 +120,31 @@ else {
-
+
@@ -149,59 +157,59 @@ else {