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);
|
||||
var_dump($resp);
|
||||
|
||||
if ($resp['status'] == "OK") {
|
||||
$userinfo = $resp['data'];
|
||||
$_SESSION['username'] = $username;
|
||||
|
Loading…
x
Reference in New Issue
Block a user