mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-12-15 00:06:36 +01:00
[+] Admin Webinterface
This commit is contained in:
23
admin/scripts/logout.php
Normal file
23
admin/scripts/logout.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Jan
|
||||
* Date: 27.09.2016
|
||||
* Time: 19:12
|
||||
*/
|
||||
session_start();
|
||||
session_destroy();
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<meta http-equiv="refresh" content="0; URL=../login.php">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user