3
0
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:
2018-02-10 23:41:24 +01:00
parent f9e6ea624f
commit c89389efe0
104 changed files with 53980 additions and 78 deletions

23
admin/scripts/logout.php Normal file
View 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>