Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Wed Apr 9 05:54:19 2025 UTC | Revision 1.4 by sysadm, Wed Apr 23 05:13:57 2025 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <? | <?php |
| 2 | function verify_pass_complexity($password, $username, $min_len) | function verify_pass_complexity($password, $username, $min_len) |
| 3 | { | { |
| 4 | $num_count = 0; | $num_count = 0; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |