From: john Date: Fri, 6 Apr 2018 03:36:55 +0000 (+0800) Subject: Pman/Login.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2f57c68f3c2085df6a6c524aedd56441690d7f8b;p=Pman.Base Pman/Login.php --- diff --git a/Pman/Login.php b/Pman/Login.php index 682a59d..60c78cc 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -301,6 +301,8 @@ class Pman_Login extends Pman $ff= HTML_FlexyFramework::get(); if (!empty($ff->Pman['auth_comptype']) && $ff->Pman['auth_comptype'] != $u->company()->comptype) { //print_r($u->company()); + + print_r($ff->Pman);exit; $this->jerror('LOGIN-BADUSER', "Login not permited to outside companies"); // serious failure }