1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-13 17:09:46 +01:00

Update prefs.php

This commit is contained in:
Gábor 2017-04-30 15:20:39 +02:00 committed by GitHub
parent d60db215ef
commit db24e26578

View File

@ -1411,7 +1411,7 @@ $text .= "
if(function_exists('password_verify')) // ie. php 5.5 or higher
{
$pwdEncodeOpts[3] = "PHP Default (Preferred)";
$pwdEncodeOpts[3] = PRFLAN_276;
}