modified : sleep killed for view phto

This commit is contained in:
Fahad Abbas 2016-04-26 19:33:14 +05:00
parent 6383080836
commit b844b1334f

View file

@ -1754,7 +1754,6 @@ if(!empty($mode))
$response['photo'] = $link; $response['photo'] = $link;
$response['photo_key'] = $photo_key; $response['photo_key'] = $photo_key;
$response['src_string'] = $srcString; // Image source. $response['src_string'] = $srcString; // Image source.
sleep(1);
echo json_encode($response); echo json_encode($response);
} }
} }