Merge branch 'develop' of https://github.com/shish/shimmie2 into develop

This commit is contained in:
Shish 2018-07-22 15:09:18 +01:00
commit 413a742ca8

View File

@ -210,7 +210,7 @@ class Image {
}
public static function query_accelerator($req) {
$fp = fsockopen("127.0.0.1", 21212);
$fp = @fsockopen("127.0.0.1", 21212);
if (!$fp) {
return null;
}