Pman/Login.php
authorjohn <john@roojs.com>
Thu, 14 Jun 2018 05:44:36 +0000 (13:44 +0800)
committerjohn <john@roojs.com>
Thu, 14 Jun 2018 05:44:36 +0000 (13:44 +0800)
Pman/Login.php

index 4ee2b13..701ee32 100644 (file)
@@ -59,6 +59,11 @@ class Pman_Login extends Pman
             exit;
         }
         
+        if(!empty($_REQUEST['check_owner_company'])) {
+            
+            exit;
+        }
+        
         // might be an idea to disable this?!?
         if (!empty($_REQUEST['username'])) {
             $this->post();