forked from Business/BinStack
Remove debug data
This commit is contained in:
parent
0405f695f3
commit
3d01bf8feb
@ -213,7 +213,7 @@ function doLoginUser($username) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$resp = json_decode($response->getBody(), TRUE);
|
$resp = json_decode($response->getBody(), TRUE);
|
||||||
var_dump($resp);
|
|
||||||
if ($resp['status'] == "OK") {
|
if ($resp['status'] == "OK") {
|
||||||
$userinfo = $resp['data'];
|
$userinfo = $resp['data'];
|
||||||
$_SESSION['username'] = $username;
|
$_SESSION['username'] = $username;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user