Viel neues
This commit is contained in:
10
qa-tool/htdocs/logout.php
Normal file
10
qa-tool/htdocs/logout.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
session_start();
|
||||
$olm = $_SESSION['olm'];
|
||||
session_destroy();
|
||||
session_start();
|
||||
$_SESSION['olm'] = $olm;
|
||||
$_SESSION['show'] = "50";
|
||||
header('Location: index.php');
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user