rpicms

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

commit bc46330abcad7dad9b6ae3692ed2471da96bff79
parent 40cd2c886fceb55da8dfb32ebdee51d24ee45bcb
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 31 Dec 2014 13:18:46 +0100

5

Diffstat:
Mcore/libs/OpenID/openid.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/libs/OpenID/openid.php b/core/libs/OpenID/openid.php @@ -530,6 +530,7 @@ class LightOpenID $this->version = 2; if (!$server) { + echo "5"; # The same with openid 1.1 $server = $this->htmlTag($content, 'link', 'rel', 'openid.server', 'href'); $delegate = $this->htmlTag($content, 'link', 'rel', 'openid.delegate', 'href');