@@ -20,9 +20,8 @@ |
||
20 | 20 | require_once __DIR__ . '/../config.php'; |
21 | 21 | include_once __DIR__ . '/../config.secrets.php'; |
22 | 22 | |
23 | -use CILogon\Service\Util; |
|
24 | -use CILogon\Service\Content; |
|
25 | 23 | use CILogon\Service\IdpList; |
24 | +use CILogon\Service\Util; |
|
26 | 25 | |
27 | 26 | Util::startPHPSession(); |
28 | 27 |