Revision 1566
Added by Dietmar almost 13 years ago
login.php | ||
---|---|---|
29 | 29 |
} |
30 | 30 |
} |
31 | 31 |
|
32 |
require_once(WB_PATH.'/framework/class.frontend.php'); |
|
33 |
$wb_inst = new wb(); |
|
34 | 32 |
$page_id = !empty($_SESSION['PAGE_ID']) ? $_SESSION['PAGE_ID'] : 0; |
35 | 33 |
|
36 | 34 |
// 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