Skip to content
Snippets Groups Projects
Commit 74f16821 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Using post instead of get...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2080 44740490-163a-0410-bde0-09ae8108e29a
parent 62160070
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ $this->includeAtTemplateBase('includes/header.php'); ...@@ -13,7 +13,7 @@ $this->includeAtTemplateBase('includes/header.php');
echo('<h1>Import SAML 2.0 XML Metadata</h1>'); echo('<h1>Import SAML 2.0 XML Metadata</h1>');
echo('<form method="get" action="edit.php">'); echo('<form method="post" action="edit.php">');
echo('<p>Paste in SAML 2.0 XML Metadata for the entity that you would like to add.</p>'); echo('<p>Paste in SAML 2.0 XML Metadata for the entity that you would like to add.</p>');
echo('<textarea style="height: 200px; width: 90%; border: 1px solid #aaa;" cols="50" rows="5" name="xmlmetadata"></textarea>'); echo('<textarea style="height: 200px; width: 90%; border: 1px solid #aaa;" cols="50" rows="5" name="xmlmetadata"></textarea>');
echo('<input type="submit" style="margin-top: .5em" name="metasubmit" value="Import metadata" />'); echo('<input type="submit" style="margin-top: .5em" name="metasubmit" value="Import metadata" />');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment