From 7d7fab92064cfb09b152651fc9cb1fe55516fca1 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sun, 16 Sep 2012 13:10:08 -0400 Subject: [PATCH] www/auth.php - CLEAN: removed debugging remnants --- www/auth.php | 27 --------------------------- 1 file changed, 27 deletions(-) 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']) { -- 2.30.2