tangled
alpha
login
or
join now
veryroundbird.house
/
smallbird-social
7
fork
atom
friendship ended with social-app. php is my new best friend
7
fork
atom
overview
issues
pulls
pipelines
missing semicolon
veryroundbird.house
4 months ago
36945112
2e9bf2cc
+1
-1
1 changed file
expand all
collapse all
unified
split
index.php
+1
-1
index.php
···
234
234
} else if (isset($_GET['code'], $_GET['iss'])) {
235
235
$storage->storeAccessToken($_GET['code'], $name);
236
236
$_SESSION['sbs_'.SITE_DOMAIN.'_pds'] = $_GET['iss'];
237
237
-
$_SESSION['sbs_'.SITE_DOMAIN.'_userinfo'] = $bskyToucher->getUserInfo()
237
237
+
$_SESSION['sbs_'.SITE_DOMAIN.'_userinfo'] = $bskyToucher->getUserInfo();
238
238
Flight::redirect('/');
239
239
die(1);
240
240
} else if (isset($_GET['error'])) {