3
0
mirror of http://git.frickel.earth/Tysox/BOS-Pinneberg.git synced 2025-12-15 00:06:36 +01:00

[+] Webinterface Update

This commit is contained in:
2018-02-14 22:40:46 +01:00
parent 5c1ca3b921
commit de0558aa6d
11 changed files with 292 additions and 42 deletions

View File

@@ -7,17 +7,7 @@
*/
session_start();
session_destroy();
header("Status: 301 Moved Permanently");
header("Location: ../login.php");
exit;
?>
<!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>