VPN-Management-GUI 2.0.3 porting start
This commit is contained in:
11
Site/logout.php
Executable file
11
Site/logout.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// Wird ausgeführt um mit der Ausgabe des Headers zu warten.
|
||||
ob_start ();
|
||||
|
||||
session_start ();
|
||||
session_unset ();
|
||||
session_destroy ();
|
||||
|
||||
header ("Location: /index.php");
|
||||
ob_end_flush ();
|
||||
?>
|
Reference in New Issue
Block a user