diff options
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Web/HTTPHeaders.php (renamed from Zotlabs/Web/HTMLHeaders.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/HTMLHeaders.php b/Zotlabs/Web/HTTPHeaders.php index f9bc3043b..1e4c1bf84 100644 --- a/Zotlabs/Web/HTMLHeaders.php +++ b/Zotlabs/Web/HTTPHeaders.php @@ -2,7 +2,7 @@ namespace Zotlabs\Web; -class HTMLHeaders { +class HTTPHeaders { private $in_progress = []; private $parsed = []; |