X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=a6cbdfd605b6685959a59e28bb76d74fe48de31f;hb=bd4be95d998237aa41abcf544aaabf82b73fdce0;hp=b4e929e6e55c20cad658749e47c330d4b7217ce4;hpb=872214161eb1eb1d0ae3946aa3b0d4d5f228997d;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index b4e929e..a6cbdfd 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -37,14 +37,14 @@ class AuthModule extends PLModule ); } - function chall(&$page) + function handler_chall(&$page) { $_SESSION["chall"] = uniqid(rand(), 1); echo $_SESSION["chall"] . "\n" . session_id(); exit; } - function econf(&$page) + function handler_econf(&$page) { global $globals; @@ -97,7 +97,7 @@ class AuthModule extends PLModule exit; } - function manageurs(&$page) + function handler_manageurs(&$page) { global $globals;