* Update ImageProxy code fix https://github.com/FreshRSS/Extensions/issues/202 Note: breaking changes. Users will have to save their configuration again * Readme changelog * Fixes
12 lines
326 B
PHP
12 lines
326 B
PHP
<?php
|
||
|
||
return array(
|
||
'imageproxy' => array(
|
||
'proxy_url' => 'Vekil Bağlantısı',
|
||
'scheme_http' => 'HTTP Vekil Sunucusu',
|
||
'scheme_https' => 'HTTPS Vekil Sunucusu',
|
||
'scheme_default' => 'Belirtilmemiş Vekil Sunucusu',
|
||
'scheme_include' => 'Bağlantıya http*:// ekle',
|
||
'url_encode' => 'Bağlantıyı kodla',
|
||
),
|
||
);
|