From: Stéphane Jacob Date: Sat, 20 Feb 2010 17:37:37 +0000 (+0100) Subject: Removes unexistant handler. X-Git-Tag: xorg/1.0.0~332^2~198 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b4816e6f8d43f267a1cfba62ab9d67e5575822e6;p=platal.git Removes unexistant handler. Signed-off-by: Stéphane Jacob --- diff --git a/modules/admin.php b/modules/admin.php index b364b3b..509a15e 100644 --- a/modules/admin.php +++ b/modules/admin.php @@ -40,7 +40,6 @@ class AdminModule extends PLModule 'admin/postfix/whitelist' => $this->make_hook('postfix_whitelist', AUTH_MDP, 'admin'), 'admin/mx/broken' => $this->make_hook('mx_broken', AUTH_MDP, 'admin'), 'admin/skins' => $this->make_hook('skins', AUTH_MDP, 'admin'), - 'admin/synchro_ax' => $this->make_hook('synchro_ax', AUTH_MDP, 'admin'), 'admin/user' => $this->make_hook('user', AUTH_MDP, 'admin'), 'admin/add_accounts' => $this->make_hook('add_accounts', AUTH_MDP, 'admin'), 'admin/validate' => $this->make_hook('validate', AUTH_MDP, 'admin'),