Oops
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 28 Jan 2007 13:51:56 +0000 (13:51 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 28 Jan 2007 13:51:56 +0000 (13:51 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1419 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/xnet.php

index 9ca7d7a..883840a 100644 (file)
@@ -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();