X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.inc.php;fp=authsystem.inc.php;h=53462c13a2523ae446b516d2b79622755f8c104a;hp=62c6a80fd965c0f7369507cba2824b3ccaff3f28;hb=be1082a69cdf3dec7db4060198834dd43ae6290f;hpb=d46a42f1c9fcf2191b42f9df10ae6dd876e6f10b diff --git a/authsystem.inc.php b/authsystem.inc.php index 62c6a80..53462c1 100644 --- a/authsystem.inc.php +++ b/authsystem.inc.php @@ -10,8 +10,6 @@ ini_set('display_errors', 1); error_reporting(E_ALL); $dbdata = json_decode(file_get_contents('/etc/kairo/auth_db.json'), true); if (!is_array($dbdata)) { trigger_error('DB configuration not found', E_USER_ERROR); } -$pwd_options = array('cost' => 10); - // Extended DOM document class require_once('../kairo/include/cbsm/util/document.php-class'); // Class for sending emails