Empty commit

This commit is contained in:
Git 2014-01-31 08:00:56 +00:00
parent 5efc7fe4ee
commit 330dbf84c3

View File

@ -22,7 +22,6 @@
}
if (!isset($Data) || !$Data) {
$Cached = false;
$Data = @file_get_contents($URL, 0, stream_context_create(array('http' => array('timeout' => 15))));
if (!$Data || empty($Data)) {
img_error('timeout');