X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authorize.php;h=ac0979a94c3e96221de4a869d717b85505b78674;hp=33ffd09fc173be3807f574f6c27acb17b97e77d8;hb=80ca2a2f90bd1462e79678e28370b187ae851e59;hpb=ea0452ad570f441f151a8a083e0810c12476a134 diff --git a/authorize.php b/authorize.php index 33ffd09..ac0979a 100644 --- a/authorize.php +++ b/authorize.php @@ -71,7 +71,7 @@ if (!count($errors)) { } else { // Handle authorize request, forwarding code in GET parameters if the user has authorized your client. - $is_authorized = (($_POST['authorized'] === 'yes') || ($request->query['scope'] == 'email')); + $is_authorized = ((@$_POST['authorized'] === 'yes') || ($request->query['scope'] == 'email')); $server->handleAuthorizeRequest($request, $response, $is_authorized, $user['id']); /* For testing only if ($is_authorized) {