Update imp_files.php

This commit is contained in:
tripathyr 2021-11-08 17:10:19 +05:30 committed by GitHub
parent e214c53598
commit f8551a95b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,8 @@ $log_fullName = null;
$user_email = null;
if (checkLoginStatus()) {
if (isset($_SESSION['fb_id'], $_SESSION['user_name'], $_SESSION['user_id'])) {
$fb_id = $_SESSION['fb_id'];
$user_name = $_SESSION['user_name'];
if (isset($_SESSION['flo_id'], $_SESSION['user_id'])) {
$flo_id = $_SESSION['flo_id'];
$user_id = $_SESSION['user_id'];
} else {
redirect_to("logout.php");