From e214c5359859fadbee063c5c73c9fc9d22589257 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 8 Nov 2021 10:01:32 +0530 Subject: [PATCH] Update authenticateMe.php --- ajax/authenticateMe.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ajax/authenticateMe.php b/ajax/authenticateMe.php index cb87000..406e44f 100644 --- a/ajax/authenticateMe.php +++ b/ajax/authenticateMe.php @@ -67,6 +67,7 @@ $std->error = false; $_SESSION['authenticated'] = true; //TEMPORARILY ASSIGNING ALL THESE VARIABLES TO $floID + $_SESSION['first_name'] = $floID; $_SESSION['full_name'] = $floID; $_SESSION['email'] = $floID; $_SESSION['fb_id'] = $floID;