Combine echo & exit
This commit is contained in:
parent
01264ebf31
commit
a4fdea1590
|
|
@ -115,8 +115,7 @@ switch ($providerName) {
|
|||
}
|
||||
|
||||
if (is_null($provider)) {
|
||||
echo 'Provider missing';
|
||||
exit;
|
||||
exit('Provider missing');
|
||||
}
|
||||
|
||||
if (!isset($_GET['code'])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue