X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=8f71fdac0a8f4e67cf55a62d47724254318dd6f2;hb=c9566e01c2add8f12a858abe0fbb0bc6b8e3c0d4;hp=688c5c5eeb31ad106639737562c484abcacfb7be;hpb=5289c142e04219cb8e846c86ccd9f5005d7d49e1;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index 688c5c5..8f71fda 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -225,7 +225,7 @@ class AuthModule extends PLModule http_redirect($returl); } else if (S::admin()) { - $page->kill("La requête d'authentification a échouée (url de retour invalide)."); + $page->kill("La requête d'authentification a échoué (url de retour invalide)."); } } }