Revision 1566
Added by Luisehahne almost 14 years ago
| signup.php | ||
|---|---|---|
| 47 | 47 |
$load_language = false; |
| 48 | 48 |
} |
| 49 | 49 |
|
| 50 |
require_once(WB_PATH.'/framework/class.frontend.php'); |
|
| 51 |
$wb_inst = new wb(); |
|
| 52 | 50 |
$page_id = !empty($_SESSION['PAGE_ID']) ? $_SESSION['PAGE_ID'] : 0; |
| 53 | 51 |
|
| 54 | 52 |
// Required page details |
Also available in: Unified diff
fix class.login, when name and pass are both empty, no longer call increase_attemps
some redirect updates in frontend account files