mirror of
http://git.frickel.earth/Tysox/BOS-Pinneberg.git
synced 2025-05-21 02:04:30 +02:00
24 lines
508 B
PHP
24 lines
508 B
PHP
<?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>
|