From 8fa0a98281eafd44b14d2cc5d86a65b5bb7e09ea Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Dec 2010 11:12:49 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Pman/Login.php b/Pman/Login.php index feb2e8f..d08cfaa 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -71,6 +71,11 @@ class Pman_Login extends Pman if (!empty($_REQUEST['username'])) { $this->post(); } + if (!empty($_REQUEST['switch'])) { + $this->switchUser($_REQUEST['switch']); + } + + $this->jerr("INVALID REQUEST"); exit; } -- 2.39.2