Skip to content
Snippets Groups Projects
Commit afa559ea authored by Janega Zoltán's avatar Janega Zoltán
Browse files

session változó nevének javítása

parent 4ce77f8f
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ class AuthSCHClient { ...@@ -18,7 +18,7 @@ class AuthSCHClient {
session_set_cookie_params(3600,"/"); session_set_cookie_params(3600,"/");
session_start(); session_start();
} }
if(!isset($_SESSION['access_token'])) { if(!isset($_SESSION['tokens'])) {
// auth token not exists // auth token not exists
// get tokens from auth.sch.bme.hu // get tokens from auth.sch.bme.hu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment