Oops, don't activate this one.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 20 Oct 2008 21:25:50 +0000 (23:25 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 20 Oct 2008 21:25:50 +0000 (23:25 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/poison.php

index 70732ff..02d973e 100644 (file)
@@ -28,7 +28,7 @@ class PoisonModule extends PLModule
         return array(
             'pe'          => $this->make_hook('poison', AUTH_PUBLIC, 'user', NO_HTTPS),
             'pem'         => $this->make_hook('mailto', AUTH_PUBLIC, 'user', NO_HTTPS),
-            'per'         => $this->make_hook('rand', AUTH_PUBLIC, 'user', NO_HTTPS),
+        //    'per'         => $this->make_hook('rand', AUTH_PUBLIC, 'user', NO_HTTPS),
         );
     }