rpicms

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

commit 489cecb6b725768d609d10c06726c511c620b03f
parent ba2ac65823833afd341ab92b305eab156f64bd8b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 31 Dec 2014 13:24:48 +0100

it was horrible to read xD

Diffstat:
Mcore/libs/OpenID/openid.php | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/libs/OpenID/openid.php b/core/libs/OpenID/openid.php @@ -76,14 +76,14 @@ class LightOpenID - echo "1.2"; + echo "1.2<br>"; + - $this->trustRoot = (strpos($host, '://') ? $host : 'http://' . $host); if ((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') || (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) @@ -445,7 +445,7 @@ class LightOpenID - echo "1.1"; + echo "1.1<br>"; @@ -463,7 +463,7 @@ class LightOpenID - echo "2.1"; + echo "2.1<br>"; @@ -550,7 +550,7 @@ class LightOpenID - echo "3.1"; + echo "3.1<br>"; @@ -578,7 +578,7 @@ class LightOpenID - echo "4.1"; + echo "4.1<br>"; @@ -599,7 +599,7 @@ class LightOpenID - echo "5.1"; + echo "5.1<br>";