X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authutils.php-class;h=e72768a2bd35c883384d47fec68ff7375a8f5544;hp=9cd000c492d6c1e0ac8872fea75a124e410cb8a3;hb=a5d730af6994ede8abf077eb2b2532749447f16d;hpb=46f7aedadd9c6b1bb64e72c4c0770d9b1030454f diff --git a/authutils.php-class b/authutils.php-class index 9cd000c..e72768a 100755 --- a/authutils.php-class +++ b/authutils.php-class @@ -77,6 +77,7 @@ class AuthUtils { // *** constructor *** $this->db = $db; $this->db->exec("SET time_zone='+00:00';"); // Execute directly on PDO object, set session to UTC to make our gmdate() values match correctly. + // For debugging, potentially add |robert\.box\.kairo\.at to that regex temporarily. $this->running_on_localhost = preg_match('/^((.+\.)?localhost|127\.0\.0\.\d+)$/', $_SERVER['SERVER_NAME']); if (array_key_exists('pwd_cost', $settings)) { $this->pwd_cost = $settings['pwd_cost'];