From 5f64df4c3d556a128bd2973d74166e9c9f0282de Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Sun, 28 Jan 2007 13:51:56 +0000 Subject: [PATCH] Oops git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1419 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/xnet.php | 8 -------- 1 file changed, 8 deletions(-) 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(); -- 2.1.4