eine logout seite hinzugefuegt - reihungstest

This commit is contained in:
ma0048
2021-11-11 12:10:35 +01:00
parent 69613d35c7
commit 6596a442ad
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ if (isset($_GET['logout']) && $_GET['logout'] == true)
echo '
<script language="Javascript">
location = location.pathname; // clean the login.php-url from querystring
location = "logout.html"; // clean the login.php-url from querystring
parent.menu.location = parent.menu.location.pathname; // clean the menu.php-url from querystring
parent.topbar.location = parent.topbar.location.pathname; // clean the topbar.php-url from querystring
</script>
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE HTML>
<html>
<head>
<title>TestTool - FH Technikum Wien</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../skin/style.css.php" rel="stylesheet" type="text/css">
</head>
<body>
Danke für die Teilnahme am Reihungstest. Klicken Sie <a href="login.php">hier</a>, um zurück zur Startseite zu gelangen.
</body>
</html>