X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=2ca51c9fda37c89dee3bd96e081c4152e8e2995f;hb=9483a7c7e923556fcafbe5154910dcc53a8e3d5a;hp=7dfa181f026f964d222713416cc551383a9f2d6e;hpb=00ca0ad5370df5be4a0272364fb16a4385ffabfe;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index 7dfa181..2ca51c9 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -132,7 +132,7 @@ class AuthModule extends PLModule $uid = S::i('uid'); if (!S::suid()) { global $platal; - S::logger($uid)->log('connexion_auth_ext', $platal->path); + S::logger($uid)->log('connexion_auth_ext', $platal->path.' '.urldecode($_GET['url'])); } // Iterate over the auth token to find which one did sign the request.