From: x2002bobillot Date: Fri, 22 Sep 2006 17:34:29 +0000 (+0000) Subject: Backport commit 890 sur la prod X-Git-Tag: xorg/0.9.12~259 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=58abb43b5fb68d4af718275247a657e0cbb19cc2;p=platal.git Backport commit 890 sur la prod git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@891 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/platal.php b/modules/platal.php index 9949ccc..e92a831 100644 --- a/modules/platal.php +++ b/modules/platal.php @@ -55,6 +55,7 @@ class PlatalModule extends PLModule 'password/smtp' => $this->make_hook('smtppass', AUTH_MDP), 'recovery' => $this->make_hook('recovery', AUTH_PUBLIC), 'exit' => $this->make_hook('exit', AUTH_PUBLIC), + 'deconnexion.php' => $this->make_hook('exit', AUTH_PUBLIC), // happenings related thingies 'rss' => $this->make_hook('rss', AUTH_PUBLIC),