Revision 540
Added by Matthias almost 18 years ago
| forgot.php | ||
|---|---|---|
| 39 | 39 |
|
| 40 | 40 |
if(!FRONTEND_LOGIN) {
|
| 41 | 41 |
if(INTRO_PAGE) {
|
| 42 |
header('Location: '.WB_URL.PAGES_DIRECTORY.'/index'.PAGE_EXTENSION);
|
|
| 42 |
header('Location: '.WB_URL.PAGES_DIRECTORY.'/index.php');
|
|
| 43 | 43 |
exit(0); |
| 44 | 44 |
} else {
|
| 45 |
header('Location: '.WB_URL.'/index'.PAGE_EXTENSION);
|
|
| 45 |
header('Location: '.WB_URL.'/index.php');
|
|
| 46 | 46 |
exit(0); |
| 47 | 47 |
} |
| 48 | 48 |
} |
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