DataObjects/Core_person.php
authoredward <edward@roojs.com>
Tue, 7 Nov 2017 06:14:08 +0000 (14:14 +0800)
committeredward <edward@roojs.com>
Tue, 7 Nov 2017 06:14:08 +0000 (14:14 +0800)
DataObjects/Core_person.php

index 555936b..089ef88 100644 (file)
@@ -301,6 +301,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         
         // local auth - 
         $default_admin = false;
+        
+        print_R($ff->Pman['local_autoauth']);exit;
         if (!empty($ff->Pman['local_autoauth']) && 
             ($ff->Pman['local_autoauth'] === true) &&
             (!empty($_SERVER['SERVER_ADDR'])) &&