Skip to content
Snippets Groups Projects
Commit 82a2bab5 authored by Martin Haase's avatar Martin Haase
Browse files

minor changes

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@6794 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent ca6bf5e9
No related branches found
No related tags found
No related merge requests found
<?php <?php
//phpinfo(); //phpinfo();
$ePPNplusSID = $_GET["ePPNplusSID"]; $ePPNplusSID = $_POST["ePPNplusSID"];
echo "<HTML><HEAD>\n"; echo "<HTML><HEAD>\n";
echo "<meta name=\"ePPNplusSID\" content=\"". $ePPNplusSID ."\"/>\n"; echo "<meta name=\"ePPNplusSID\" content=\"". $ePPNplusSID ."\"/>\n";
......
...@@ -439,7 +439,7 @@ function showCertificateInfoButton () { ...@@ -439,7 +439,7 @@ function showCertificateInfoButton () {
} }
function showCertificateButtons () { function showCertificateButtons () {
global $slcPortalDelegationURL, $slcNoDelegationURL, $remote_user, $newSid; global $slcPortalDelegationURL, $slcNoDelegationURL, $remote_user, $newSid, $rbacbase;
echo "<form method=\"get\" action=\"${slcPortalDelegationURL}\">\n"; echo "<form method=\"get\" action=\"${slcPortalDelegationURL}\">\n";
echo "<input type=\"hidden\" name=\"ePPNplusSID\" value=\"" . $remote_user . "|" .$newSid . "\">\n"; echo "<input type=\"hidden\" name=\"ePPNplusSID\" value=\"" . $remote_user . "|" .$newSid . "\">\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment