commit 700dff945ffb2198f385caa0eb801db1fdb6c2ed
parent b5bfc90c169dc63bd23187924203065d31d7212c
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 31 Dec 2014 13:08:25 +0100
this can go for a while :/
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/libs/OpenID/openid.php b/core/libs/OpenID/openid.php
@@ -428,10 +428,10 @@ class LightOpenID
# We'll jump a maximum of 5 times, to avoid endless redirections.
for ($i = 0; $i < 5; $i ++) {
- echo "Schleife";
+ echo "1";
if ($yadis) {
$headers = $this->request($url, 'HEAD', array(), true);
-
+ echo "2";
$next = false;
if (isset($headers['x-xrds-location'])) {
$url = $this->build_url(parse_url($url), parse_url(trim($headers['x-xrds-location'])));