Merge branch 'develop' of https://github.com/shish/shimmie2 into develop
This commit is contained in:
commit
413a742ca8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user