Subversion Repositories oidplus

Rev

Rev 532 | Rev 571 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 532 Rev 566
Line 43... Line 43...
43
        die();
43
        die();
44
}
44
}
45
 
45
 
46
include_once __DIR__ . '/gmp_supplement.inc.php';
46
include_once __DIR__ . '/gmp_supplement.inc.php';
47
include_once __DIR__ . '/../3p/symfony-mbstring-polyfill/bootstrap.php';
47
include_once __DIR__ . '/../3p/symfony-mbstring-polyfill/bootstrap.php';
-
 
48
 
-
 
49
include_once __DIR__ . '/../3p/php-jwt/ExpiredException.php';
-
 
50
include_once __DIR__ . '/../3p/php-jwt/BeforeValidException.php';
-
 
51
include_once __DIR__ . '/../3p/php-jwt/SignatureInvalidException.php';
-
 
52
include_once __DIR__ . '/../3p/php-jwt/JWT.php';
-
 
53
include_once __DIR__ . '/../3p/php-jwt/JWK.php';
-
 
54
 
48
include_once __DIR__ . '/simplexml_supplement.inc.php';
55
include_once __DIR__ . '/simplexml_supplement.inc.php';
49
 
56
 
50
require_once __DIR__ . '/oidplus_dependency.inc.php';
57
require_once __DIR__ . '/oidplus_dependency.inc.php';
51
 
58
 
52
$missing_dependencies = oidplus_get_missing_dependencies();
59
$missing_dependencies = oidplus_get_missing_dependencies();