X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=DataObjects%2FCore_person.php;h=c8e4dc923e1e87c50ad2c4e3dfb30aed2ae9f4ae;hp=81b7f5854f6f06faaef6cc318b0f97f8c1728598;hb=57fce2fae14ce9fe507a8a643f64b4f41173d368;hpb=e57f0044ff59b62b361d11f44fb26f0594f6e8f0 diff --git a/DataObjects/Core_person.php b/DataObjects/Core_person.php index 81b7f585..c8e4dc92 100644 --- a/DataObjects/Core_person.php +++ b/DataObjects/Core_person.php @@ -315,7 +315,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject if (empty($_SERVER['PATH_INFO']) || $_SERVER['PATH_INFO'] == '/Login') { $auto_auth_allow = false; } - var_dump($auto_auth_allow); + //var_dump($auto_auth_allow); // local auth - $default_admin = false; if ($auto_auth_allow) { @@ -369,11 +369,9 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject } } if (!$n){ // authenticated as there are no users in the system... - die("return true?"); - return true; + return true; } - die("return false?"); - return false; + return false; }