From 72a70897bc0f726d6cd13e856afaa3ff2ad2c06c Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 9 Jul 2010 13:16:52 +0000
Subject: [PATCH] Remove unused file: www/noconsent.php

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2407 44740490-163a-0410-bde0-09ae8108e29a
---
 www/noconsent.php | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 www/noconsent.php

diff --git a/www/noconsent.php b/www/noconsent.php
deleted file mode 100644
index adc28dcb5..000000000
--- a/www/noconsent.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-require_once('_include.php');
-
-if(array_key_exists('sptype', $_GET) && array_key_exists('spentityid', $_GET)) {
-	$metadata = SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler();
-	$spmetadata = $metadata->getMetaData($_GET['spentityid'], $_GET['sptype']);
-} else {
-	$spmetadata = array();
-}
-/* Load simpleSAMLphp, configuration */
-$config = SimpleSAML_Configuration::getInstance();
-$session = SimpleSAML_Session::getInstance();
-
-$t = new SimpleSAML_XHTML_Template($config, 'noconsent.php');
-$t->data['spmetadata'] = $spmetadata;
-if(array_key_exists('resumeFrom', $_REQUEST)) {
-	$t->data['resumeFrom'] = $_REQUEST['resumeFrom'];
-}
-$t->show();
-
-?>
\ No newline at end of file
-- 
GitLab