Simpla
0
Вклад в тег
В api/Image.php
...
// Если вайл удаленный (http://), зальем его себе
if (preg_match("~^https?://~", $source_file)) {
...
В api/Design.php
...
if (preg_match("~^https?://~", $resized_filename_encoded)) {
$resized_filename_encoded = rawurlencode($resized_filename_encoded);
}
...
if(!empty($url) && $url != 'http://' && strstr($url,'/')!==false)
if(!empty($url) && $url != 'http://' && $url != 'https://' && strstr($url,'/')!==false)