rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit acbcaf53a27a182cbdce546d648e300358b384a7
parent f65134843aba15be706d7bcde40a088d7380b6c6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  1 Apr 2015 20:22:27 +0200

still problems

Diffstat:
Mcore/libs/OAuth2/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/core/libs/OAuth2/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php b/core/libs/OAuth2/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php @@ -1,11 +1,9 @@ <?php +namespace Guzzle\Http; if (headers_sent()){ echo "lol"; } - -namespace Guzzle\Http; - use Guzzle\Common\Collection; use Guzzle\Common\AbstractHasDispatcher; use Guzzle\Common\Exception\ExceptionCollection;