Home
last modified time | relevance | path

Searched refs:allowedschemes (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dgeturl.lib.php34 …* @param string[] $allowedschemes List of schemes that are allowed ('http' + 'https' only by def…
38 …t = 'GET', $param = '', $followlocation = 1, $addheaders = array(), $allowedschemes = array('http'… argument
78 if (is_array($allowedschemes)) {
79 foreach ($allowedschemes as $allowedscheme) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dgeturl.lib.php36 …* @param string[] $allowedschemes List of schemes that are allowed ('http' + 'https' only by def…
40 …t = 'GET', $param = '', $followlocation = 1, $addheaders = array(), $allowedschemes = array('http'… argument
84 if (is_array($allowedschemes)) {
85 foreach ($allowedschemes as $allowedscheme) {