diff options
Diffstat (limited to 'inc/HTTP/DokuHTTPClient.php')
-rw-r--r-- | inc/HTTP/DokuHTTPClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/HTTP/DokuHTTPClient.php b/inc/HTTP/DokuHTTPClient.php index b1db7e3c5..6f7f3223a 100644 --- a/inc/HTTP/DokuHTTPClient.php +++ b/inc/HTTP/DokuHTTPClient.php @@ -9,6 +9,7 @@ namespace dokuwiki\HTTP; * Adds DokuWiki specific configs to the HTTP client * * @author Andreas Goetz <cpuidle@gmx.de> + * @link https://www.dokuwiki.org/devel:httpclient */ class DokuHTTPClient extends HTTPClient { @@ -74,4 +75,3 @@ class DokuHTTPClient extends HTTPClient { } } - |