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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user