Skip to content
Snippets Groups Projects
Commit f8868839 authored by Andjelko Horvat's avatar Andjelko Horvat
Browse files

modules/openid: remove unused $config from linkback.php.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2838 44740490-163a-0410-bde0-09ae8108e29a
parent 2de12c33
No related branches found
No related tags found
No related merge requests found
<?php <?php
$config = SimpleSAML_Configuration::getInstance();
/* Find the authentication state. */ /* Find the authentication state. */
if (!array_key_exists('AuthState', $_REQUEST) || empty($_REQUEST['AuthState'])) { if (!array_key_exists('AuthState', $_REQUEST) || empty($_REQUEST['AuthState'])) {
throw new SimpleSAML_Error_BadRequest('Missing mandatory parameter: AuthState'); throw new SimpleSAML_Error_BadRequest('Missing mandatory parameter: AuthState');
......
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