master
elf 3 years ago
parent 5d65b50bc1
commit 2f60cd3c31

@ -229,7 +229,7 @@ class GameSourceService {
private function isRemoteFile(string $file) 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 true;
} }
return false; return false;

Loading…
Cancel
Save