diff options
author | Erich Eckner <git@eckner.net> | 2018-07-10 08:59:41 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-10 08:59:41 +0200 |
commit | 14aa04c65c693aa4b7fb32916a5dcf76d5ec1194 (patch) | |
tree | f93125dd2965fdca581ec5d87e70cf2da8e4e6c4 /lib/http.php | |
parent | a1c29410ee4ecba78092899faf8a98109b1d2b88 (diff) | |
download | archweb32-14aa04c65c693aa4b7fb32916a5dcf76d5ec1194.tar.xz |
lib/http.php: cleanup
Diffstat (limited to 'lib/http.php')
-rw-r--r-- | lib/http.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http.php b/lib/http.php index 5fe87dc..9b63337 100644 --- a/lib/http.php +++ b/lib/http.php @@ -1,6 +1,5 @@ <?php - # do not include twice if (function_exists("throw_http_error")) return; |