FIX error on setup of password if pass generators have a .old file.
This commit is contained in:
parent
c3b08a604f
commit
15138aa543
@ -212,7 +212,7 @@ if (is_resource($handle))
|
|||||||
{
|
{
|
||||||
while (($file = readdir($handle))!==false)
|
while (($file = readdir($handle))!==false)
|
||||||
{
|
{
|
||||||
if (preg_match('/(modGeneratePass[a-z]+)\.class\.php/i',$file,$reg))
|
if (preg_match('/(modGeneratePass[a-z]+)\.class\.php$/i',$file,$reg))
|
||||||
{
|
{
|
||||||
// Charging the numbering class
|
// Charging the numbering class
|
||||||
$classname = $reg[1];
|
$classname = $reg[1];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user