From b025d9775d2e4859bfee007cb054c1a97c49b4b8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 21 Dec 2010 10:53:35 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 7f5558d..a3ffa80 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -91,7 +91,7 @@ class Pman_Login extends Pman $this->jok(array('id' => 0)); // not logged in.. exit; } - + // might occur on shared systems. $ff= HTML_FlexyFramework::get(); if (!empty($ff->Pman['auth_comptype']) && $ff->Pman['auth_comptype'] != $u->company()->comptype) { $this->jerr("Login not permited to outside companies"); -- 2.39.2