From 7f01fd7f94a5d7b56c1a3974fe6412b16b96160d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Sat, 2 Feb 2008 14:12:03 +0000 Subject: [PATCH] removed commented out code git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@240 44740490-163a-0410-bde0-09ae8108e29a --- www/saml2/sp/initSSO.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/saml2/sp/initSSO.php b/www/saml2/sp/initSSO.php index 57df42500..7ec35763c 100644 --- a/www/saml2/sp/initSSO.php +++ b/www/saml2/sp/initSSO.php @@ -2,16 +2,13 @@ require_once('../../_include.php'); - require_once('SimpleSAML/Utilities.php'); require_once('SimpleSAML/Session.php'); require_once('SimpleSAML/Logger.php'); require_once('SimpleSAML/XHTML/Template.php'); require_once('SimpleSAML/Metadata/MetaDataStorageHandler.php'); require_once('SimpleSAML/XML/SAML20/AuthnRequest.php'); -//require_once('SimpleSAML/XML/SAML20/AuthnResponse.php'); require_once('SimpleSAML/Bindings/SAML20/HTTPRedirect.php'); -//require_once('SimpleSAML/Bindings/SAML20/HTTPPost.php'); $config = SimpleSAML_Configuration::getInstance(); $metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler(); -- GitLab