From: Christian Weiske Date: Fri, 21 Sep 2012 17:16:00 +0000 (+0200) Subject: do not use log for openid; we do not read it anyway X-Git-Tag: v0.3.0~27 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/6b6b594147ad92e800fbeaa0e3d4162d6268eb9a do not use log for openid; we do not read it anyway --- diff --git a/www/login.php b/www/login.php index 77e3953..5782521 100644 --- a/www/login.php +++ b/www/login.php @@ -42,9 +42,6 @@ if (!empty($_POST['disable_associations']) || !empty($_SESSION['disable_associat $_SESSION['disable_associations'] = true; } -$log = new \OpenID_Observer_Log; -\OpenID::attach($log); - if (isset($_POST['openid_url'])) { $_SESSION['openid_url'] = $openid_url;