Update authenticateMe.php

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

View File

@ -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;