From 82a2bab56c0b43e761af83a217f5a8297ec3af47 Mon Sep 17 00:00:00 2001 From: Martin Haase <martin.haase@daasi.de> Date: Fri, 23 Jul 2010 07:27:39 +0000 Subject: [PATCH] minor changes git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@6794 7c539038-3410-0410-b1ec-0f2a7bf1c452 --- .../WebAuthN/TextGrid-WebAuth-displaySID.php | 2 +- .../secure/TextGrid-WebAuth.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth-displaySID.php b/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth-displaySID.php index 82f8d8d..79d55ed 100644 --- a/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth-displaySID.php +++ b/info.textgrid.middleware.tgauth.webauth/WebAuthN/TextGrid-WebAuth-displaySID.php @@ -1,7 +1,7 @@ <?php //phpinfo(); -$ePPNplusSID = $_GET["ePPNplusSID"]; +$ePPNplusSID = $_POST["ePPNplusSID"]; echo "<HTML><HEAD>\n"; echo "<meta name=\"ePPNplusSID\" content=\"". $ePPNplusSID ."\"/>\n"; diff --git a/info.textgrid.middleware.tgauth.webauth/secure/TextGrid-WebAuth.php b/info.textgrid.middleware.tgauth.webauth/secure/TextGrid-WebAuth.php index e71429a..64b7a01 100644 --- a/info.textgrid.middleware.tgauth.webauth/secure/TextGrid-WebAuth.php +++ b/info.textgrid.middleware.tgauth.webauth/secure/TextGrid-WebAuth.php @@ -439,7 +439,7 @@ function showCertificateInfoButton () { } function showCertificateButtons () { - global $slcPortalDelegationURL, $slcNoDelegationURL, $remote_user, $newSid; + global $slcPortalDelegationURL, $slcNoDelegationURL, $remote_user, $newSid, $rbacbase; echo "<form method=\"get\" action=\"${slcPortalDelegationURL}\">\n"; echo "<input type=\"hidden\" name=\"ePPNplusSID\" value=\"" . $remote_user . "|" .$newSid . "\">\n"; -- GitLab