From: x2003bruneau Date: Sun, 28 Jan 2007 13:51:56 +0000 (+0000) Subject: Oops X-Git-Tag: xorg/0.9.13~52 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5f64df4c3d556a128bd2973d74166e9c9f0282de;p=platal.git Oops git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1419 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/xnet.php b/modules/xnet.php index 9ca7d7a..883840a 100644 --- a/modules/xnet.php +++ b/modules/xnet.php @@ -62,14 +62,6 @@ class XnetModule extends PLModule $page->changeTpl('xnet/index.tpl'); } - function handler_login(&$page) - { - $allkeys = func_get_args(); - unset($allkeys[0]); - $url = join('/',$allkeys); - pl_redirect($url); - } - function handler_exit(&$page) { XnetSession::killSuid();