Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit ab52051

Browse files
committed
Removed reference to unused shib13-sp-remote file
1 parent 189ae2d commit ab52051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/disco.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
try {
4-
$discoHandler = new sspmod_perun_Disco(array('saml20-idp-remote', 'shib13-idp-remote'), 'poweridpdisco');
4+
$discoHandler = new sspmod_perun_Disco(array('saml20-idp-remote'), 'poweridpdisco');
55
} catch (Exception $exception) {
66
// An error here should be caused by invalid query parameters
77
throw new SimpleSAML_Error_Error('DISCOPARAMS', $exception);

0 commit comments

Comments
 (0)