Pman/Login.php
authorjohn <john@roojs.com>
Fri, 6 Apr 2018 03:40:32 +0000 (11:40 +0800)
committerjohn <john@roojs.com>
Fri, 6 Apr 2018 03:40:32 +0000 (11:40 +0800)
Pman/Login.php

index 8080a57..682a59d 100644 (file)
@@ -300,7 +300,7 @@ class Pman_Login extends Pman
         // perhaps it should support arrays..
         $ff= HTML_FlexyFramework::get();
         if (!empty($ff->Pman['auth_comptype']) && $ff->Pman['auth_comptype'] != $u->company()->comptype) {
-            print_r($u->company());
+            //print_r($u->company());
             $this->jerror('LOGIN-BADUSER', "Login not permited to outside companies"); // serious failure
         }