reverse change in proxy.php (issue with proxied images is within c#/uwp of windows, not in Friendica server)

This commit is contained in:
gerhard6380 2016-11-23 00:14:45 +01:00
parent 41ab4479fa
commit a0a26a830f
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ function proxy_url($url, $writemode = false, $size = "") {
return($url);
}
if (get_config("system", "proxy_disabled") || $a->module == "api")
if (get_config("system", "proxy_disabled"))
return($url);
// Creating a sub directory to reduce the amount of files in the cache directory