diff options
| -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 ) |