From: Justin J. Novack Date: Sun, 16 Sep 2012 17:10:08 +0000 (-0400) Subject: www/auth.php - CLEAN: removed debugging remnants X-Git-Tag: v0.3.0~42^2~50 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/7d7fab92064cfb09b152651fc9cb1fe55516fca1 www/auth.php - CLEAN: removed debugging remnants --- diff --git a/www/auth.php b/www/auth.php index 6d13f7e..bb4fcb2 100644 --- a/www/auth.php +++ b/www/auth.php @@ -200,33 +200,6 @@ if (isset($_POST['start'])) { } } - $contents = "
-

- - - - - - $status\n - "; - - foreach ($message->getArrayFormat() as $key => $value) { - $contents .= "\n"; - } - - if (isset($oauthData) && count($oauthData)) { - $contents .= ""; - $contents .= " "; - $contents .= ""; - - foreach ($oauthData as $key => $value) { - $contents .= "\n"; - } - } - - $contents .= "
Results
User Supplied Identifier:$usid
Claimed Identifier:$id
Mode:$mode


Message Contents

$key$value


OAuth Access token/secret

$key$value
"; - $contents .= "

"; - $openid = $message->getArrayFormat(); if ($GLOBALS['phorkie']['auth']['secure'] > 0 && $GLOBALS['phorkie']['auth']['userlist']) {