@@ -75,7 +75,8 @@ |
||
| 75 | 75 | |
| 76 | 76 | // $pw may not contain one of $addwords[] |
| 77 | 77 | foreach ($wordlist as $v) { |
| 78 | - if (mb_stripos($pw_lc, $v) !== false) {// mb_stripos needs PHP 5.2 |
|
| 78 | + if (mb_stripos($pw_lc, $v) !== false) { |
|
| 79 | +// mb_stripos needs PHP 5.2 |
|
| 79 | 80 | return false; |
| 80 | 81 | } |
| 81 | 82 | } |