Fixes to HTTP functions to return proper HTTP body and headers:
authorRoland Häder <roland@mxchange.org>
Wed, 9 Jan 2013 20:09:30 +0000 (20:09 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 9 Jan 2013 20:09:30 +0000 (20:09 +0000)
commit96985dcb9b09c0f09d9d8ca02cb59a8c0a93cdab
tree8de098164276eae5a99b06def5209f4ddf03bf51
parentb94278362b33bb51ddf525358f5dfba6688d01b9
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