fixed "force user to logout"

master
Erik 2020-03-06 10:47:02 +01:00
parent 0fdf012dc2
commit 2cf0c81bc3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if (isset($_SESSION['user_id'])){
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php <?php
if($login){ if($login){
echo "<meta http-equiv='refresh' content='0;%CONTENT_DIR%/userhome' />" echo "<meta http-equiv='refresh' content='0;%CONTENT_DIR%/userhome' />";
} }
</head> </head>
<body> <body>