@@ -73,7 +73,7 @@ |
||
73 | 73 | if (is_array($data) === false) { |
74 | 74 | $data = explode(' ', $data); |
75 | 75 | } |
76 | - foreach($data as $redirectUri) { |
|
76 | + foreach ($data as $redirectUri) { |
|
77 | 77 | $isLocalhost = strncmp('http://localhost', $redirectUri, 16); |
78 | 78 | $isSecureLocalhost = strncmp('https://localhost', $redirectUri, 17); |
79 | 79 | if (($isLocalhost !== 0) && ($isSecureLocalhost !== 0)) { |