Revision 540
Added by Matthias almost 17 years ago
preferences.php | ||
---|---|---|
27 | 27 |
|
28 | 28 |
if(!FRONTEND_LOGIN) { |
29 | 29 |
if(INTRO_PAGE) { |
30 |
header('Location: '.WB_URL.PAGES_DIRECTORY.'/index'.PAGE_EXTENSION);
|
|
30 |
header('Location: '.WB_URL.PAGES_DIRECTORY.'/index.php');
|
|
31 | 31 |
exit(0); |
32 | 32 |
} else { |
33 |
header('Location: '.WB_URL.'/index'.PAGE_EXTENSION);
|
|
33 |
header('Location: '.WB_URL.'/index.php');
|
|
34 | 34 |
exit(0); |
35 | 35 |
} |
36 | 36 |
} |
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