Revision 540
Added by Matthias almost 18 years ago
| password.php | ||
|---|---|---|
| 62 | 62 |
if($database->is_error()) {
|
| 63 | 63 |
$wb->print_error($database->get_error, 'index.php', false); |
| 64 | 64 |
} else {
|
| 65 |
$wb->print_success($MESSAGE['PREFERENCES']['PASSWORD_CHANGED'], WB_URL.'/account/preferences'.PAGE_EXTENSION);
|
|
| 65 |
$wb->print_success($MESSAGE['PREFERENCES']['PASSWORD_CHANGED'], WB_URL.'/account/preferences.php');
|
|
| 66 | 66 |
} |
| 67 | 67 |
|
| 68 | 68 |
|
Also available in: Unified diff
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php