diff options
| author | Urban Müller | 2026-07-21 15:42:15 +0200 |
|---|---|---|
| committer | Urban Müller | 2026-07-21 15:42:15 +0200 |
| commit | 8674f57e639cd91a98da384b118cd953878f9538 (patch) | |
| tree | e0a0bcbb6dc02c8ec335ee2b61da300a1d7e22ed /it_url.class | |
| parent | 131f00a9af7a3a1e13bf5cf0be54ac15a97cd2f1 (diff) | |
| download | itools-8674f57e639cd91a98da384b118cd953878f9538.tar.gz itools-8674f57e639cd91a98da384b118cd953878f9538.tar.bz2 itools-8674f57e639cd91a98da384b118cd953878f9538.zip | |
docs
Diffstat (limited to 'it_url.class')
| -rw-r--r-- | it_url.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class index 3fbb86a..3f9f5e0 100644 --- a/it_url.class +++ b/it_url.class @@ -859,7 +859,7 @@ static function _atomicwrite($path, $data) } /** - * Make an URL absolute by using host and protocol from current Apache request (but not port number) + * Make an URL absolute by using host and protocol from current Apache request (but not port). Never changes protocol given in url * @param $url Optional URL ( foo.html, /foo.html, //host/bar.html, https://host/bar.html ), default self * @param $proto_force Optional protocol to enforce, default protocol of current request or http if in script context * @return absolute version of URL ( http[s]://host/bar.html ) |