14 lines
316 B
PHP
14 lines
316 B
PHP
<?php
|
|
|
|
return array(
|
|
'imageproxy' => array(
|
|
'proxy_url' => 'Proxy URL',
|
|
'scheme_http' => 'Proxy HTTP',
|
|
'scheme_https' => 'Proxy HTTPS',
|
|
'scheme_default' => 'Proxy unspecified',
|
|
'scheme_include' => 'Include http*:// in URL',
|
|
'url_encode' => 'Encode the URL',
|
|
'true' => 'On',
|
|
'false' => 'Off',
|
|
),
|
|
);
|