Modified the file README.md

This commit is contained in:
mm 2025-03-28 23:40:22 +08:00
parent 7496669c92
commit 36fdba9463
8 changed files with 61 additions and 18 deletions

View file

@ -0,0 +1,12 @@
<?php
return array(
'imageproxy' => array(
'proxy_url' => 'Proxy-url',
'scheme_http' => 'Http proxyen',
'scheme_https' => 'Https proxyen',
'scheme_default' => 'Protocol-relatieve urls proxyen',
'scheme_include' => 'http*:// in url opnemen',
'url_encode' => 'Url encoderen'
),
);