commit bc46330abcad7dad9b6ae3692ed2471da96bff79
parent 40cd2c886fceb55da8dfb32ebdee51d24ee45bcb
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 31 Dec 2014 13:18:46 +0100
5
Diffstat:
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');