fb92f399e1c896d31edec5dbc0ed57928f18d6ba
bernd webinterface => /webinterface

bernd authored 17 years ago

1) <?php
2) 
3) require_once('session/start.php');
4) 
5) require_once('inc/error.php');
6) 
bernd Logging aktiviert

bernd authored 16 years ago

7) logger("modules/index/logout.php", "logout", "logged out");
8) 
bernd webinterface => /webinterface

bernd authored 17 years ago

9) if (!session_destroy())
10) {
bernd Logging aktiviert

bernd authored 16 years ago

11)   logger("modules/index/logout.php", "logout", "session timed out.");