]> git.mxchange.org Git - mailer.git/commit
Fixes to HTTP functions to return proper HTTP body and headers:
authorquix0r <quix0r@mxchange.org>
Wed, 9 Jan 2013 20:09:30 +0000 (20:09 +0000)
committerquix0r <quix0r@mxchange.org>
Wed, 9 Jan 2013 20:09:30 +0000 (20:09 +0000)
commitcf9dad270c74268902bbada537c6205ed84ee5b4
tree8de098164276eae5a99b06def5209f4ddf03bf51
parentd78c9af6bfcd0ccecd654c193f6f5fb0d50640f3
Fixes to HTTP functions to return proper HTTP body and headers:
- Emptied to .htaccess files to allow accessing doxygen documentation (html)
- The first "$response = array('', '', '')" line caused to much trouble
- Use "strlen($line) == 0" instead of "empty($line)" or else \r\n will be
  detected as empty
- Removed superfluious empty line removal block
- Fixed broken HTTP headers
- Added \r\n to them to mimic header->body
- TODOs.txt updated
DOCS/.htaccess
DOCS/TODOs.txt
DOCS/doxygen/.htaccess
inc/classes/rdf.class.php
inc/http-functions.php