Revision 1457
Added by Dietmar over 13 years ago
class.wb.php | ||
---|---|---|
11 | 11 |
* @platform WebsiteBaker 2.8.x |
12 | 12 |
* @requirements PHP 5.2.2 and higher |
13 | 13 |
* @version $Id$ |
14 |
* @filesource $HeadURL: $
|
|
15 |
* @lastmodified $Date: $
|
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 | 16 |
* |
17 | 17 |
*/ |
18 | 18 |
|
... | ... | |
31 | 31 |
class wb extends SecureForm |
32 | 32 |
{ |
33 | 33 |
|
34 |
public $password_chars = 'a-zA-Z0-9\_\-\!\#\*\+'; |
|
35 |
// General initialization function |
|
34 |
public $password_chars = 'a-zA-Z0-9\_\-\!\#\*\+\@\$\&\:'; // General initialization function |
|
36 | 35 |
// performed when frontend or backend is loaded. |
37 | 36 |
|
38 | 37 |
public function __construct($mode = SecureForm::FRONTEND) { |
... | ... | |
400 | 399 |
} |
401 | 400 |
$tpl->parse( 'main', 'main_block', false ); |
402 | 401 |
$tpl->pparse( 'output', 'page' ); |
402 |
exit(); |
|
403 | 403 |
} |
404 | 404 |
|
405 | 405 |
// Print an error message |
406 | 406 |
Also available in: Unified diff
Preparing 2.8.2 stable, last tests