Revision 1529
Added by Luisehahne almost 14 years ago
| logout.php | ||
|---|---|---|
| 31 | 31 |
$_SESSION['PAGE_PERMISSIONS'] = null; |
| 32 | 32 |
$_SESSION['SYSTEM_PERMISSIONS'] = null; |
| 33 | 33 |
$_SESSION = array(); |
| 34 |
|
|
| 35 |
session_start(); |
|
| 34 | 36 |
session_unset(); |
| 35 | 37 |
unset($_COOKIE[session_name()]); |
| 36 | 38 |
session_destroy(); |
| 39 |
$_SESSION = array(); |
|
| 37 | 40 |
|
| 38 | 41 |
if(INTRO_PAGE) {
|
| 39 | 42 |
header('Location: '.WB_URL.PAGES_DIRECTORY.'/index.php');
|
Also available in: Unified diff
add new backend theme handling (Tks to Stefek)