fixed "force user to logout"
parent
0fdf012dc2
commit
2cf0c81bc3
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue