Alias deconnexion.php -> exit
authorweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 22 Sep 2006 17:33:02 +0000 (17:33 +0000)
committerweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 22 Sep 2006 17:33:02 +0000 (17:33 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@890 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/platal.php

index 9949ccc..e92a831 100644 (file)
@@ -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),