GET flag to skip accelerator

This commit is contained in:
Shish 2019-07-07 10:26:22 +01:00
parent 68f3ebb2c6
commit f4a98e7a9b

View file

@ -262,6 +262,8 @@ class Image
public static function query_accelerator($req)
{
if(isset($_GET['DISABLE_ACCEL'])) return null;
global $_tracer;
$fp = @fsockopen("127.0.0.1", 21212);
if (!$fp) {