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>