Combine echo & exit

This commit is contained in:
Marcus Bointon 2017-07-28 10:48:35 +02:00
parent 01264ebf31
commit a4fdea1590
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ switch ($providerName) {
}
if (is_null($provider)) {
echo 'Provider missing';
exit;
exit('Provider missing');
}
if (!isset($_GET['code'])) {