Revision 1412
Added by DarkViper almost 15 years ago
| class.wb.php | ||
|---|---|---|
| 29 | 29 |
class wb extends SecureForm |
| 30 | 30 |
{
|
| 31 | 31 |
|
| 32 |
private $password_chars = 'a-zA-Z0-9\_\-\!\#\*\+';
|
|
| 32 |
public $password_chars = 'a-zA-Z0-9\_\-\!\#\*\+';
|
|
| 33 | 33 |
// General initialization function |
| 34 | 34 |
// performed when frontend or backend is loaded. |
| 35 | 35 |
|
| ... | ... | |
| 435 | 435 |
} |
| 436 | 436 |
|
| 437 | 437 |
} |
| 438 |
?> |
|
| 438 |
?> |
|
Also available in: Unified diff
fixed wb::password_chars