From a86864e69f156543e538bd5fa940121c4115a026 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 14 Apr 2011 06:39:50 +0000
Subject: [PATCH] discopower: Remove unnecessary include of www/_include.php.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2816 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/discopower/www/disco.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/discopower/www/disco.php b/modules/discopower/www/disco.php
index 4241002a9..2b21d4551 100644
--- a/modules/discopower/www/disco.php
+++ b/modules/discopower/www/disco.php
@@ -1,7 +1,5 @@
 <?php
 
-require_once('../www/_include.php');
-
 try {
 	$discoHandler = new sspmod_discopower_PowerIdPDisco(array('saml20-idp-remote', 'shib13-idp-remote'), 'poweridpdisco');
 } catch (Exception $exception) {
-- 
GitLab