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