Loading index.php +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ if ($_SESSION["user_right"] == -1) { } // if user is logged and not use https, disconnect it! if ($_SERVER['HTTPS'] != "on" && $user_id > 0) if ($_SERVER['HTTPS'] != "on" && $_SESSION["user_id"] > 0) userDisconnect(); ?> Loading public/connection.php +2 −2 File changed.Contains only whitespace changes. Show changes Loading
index.php +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ if ($_SESSION["user_right"] == -1) { } // if user is logged and not use https, disconnect it! if ($_SERVER['HTTPS'] != "on" && $user_id > 0) if ($_SERVER['HTTPS'] != "on" && $_SESSION["user_id"] > 0) userDisconnect(); ?> Loading