|
|
|
@ -229,7 +229,7 @@ class GameSourceService {
|
|
|
|
|
|
|
|
|
|
private function isRemoteFile(string $file)
|
|
|
|
|
{
|
|
|
|
|
if (strpos($file, 'http://') === 0 || strpos($file, 'https://')) {
|
|
|
|
|
if (strpos($file, 'http://') === 0 || strpos($file, 'https://') === 0) {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
return false;
|
|
|
|
|