rpicms

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

commit d2258f52180feac5964543cf4b0b1d29ea9ce71f
parent 9eb8249988b3bd18676a7b9a859d5a976468201f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 31 Dec 2014 23:34:50 +0100

where is the bug? :/

Diffstat:
Mcore/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php b/core/libs/OAuth2/src/fkooman/OAuth/Client/SessionStorage.php @@ -139,6 +139,7 @@ class SessionStorage implements StorageInterface { echo "test"; if (!isset($_SESSION['php-oauth-client']['state'])) { + echo "test2"; return false; } echo "test1";