Update imp_files.php

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

View File

@ -19,6 +19,7 @@ $user_email = null;
if (checkLoginStatus()) {
if (isset($_SESSION['flo_id'], $_SESSION['user_id'])) {
$fb_id = $_SESSION['fb_id'];
$flo_id = $_SESSION['flo_id'];
$user_id = $_SESSION['user_id'];
} else {