X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fauth.php;h=8f71fdac0a8f4e67cf55a62d47724254318dd6f2;hb=674333e7f1f4ad1e06626c16138eeb4b755f9f7e;hp=688c5c5eeb31ad106639737562c484abcacfb7be;hpb=ba1cbd51cd218c3a8caf6d9518df9d2367a9ae54;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)."); } } }