@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | require_once __DIR__ . '/../vendor/autoload.php'; |
6 | 6 | |
7 | -use CILogon\Service\Util; |
|
8 | 7 | use CILogon\Service\Content; |
9 | 8 | use CILogon\Service\DBService; |
10 | 9 | use CILogon\Service\Loggit; |
10 | +use CILogon\Service\Util; |
|
11 | 11 | |
12 | 12 | Util::startPHPSession(); |
13 | 13 |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | require_once __DIR__ . '/../vendor/autoload.php'; |
6 | 6 | |
7 | -use CILogon\Service\Util; |
|
8 | 7 | use CILogon\Service\Content; |
9 | -use CILogon\Service\PortalCookie; |
|
10 | 8 | use CILogon\Service\DBService; |
11 | 9 | use CILogon\Service\Loggit; |
10 | +use CILogon\Service\PortalCookie; |
|
11 | +use CILogon\Service\Util; |
|
12 | 12 | |
13 | 13 | Util::startPHPSession(); |
14 | 14 |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | require_once __DIR__ . '/../vendor/autoload.php'; |
6 | 6 | |
7 | -use CILogon\Service\Util; |
|
8 | 7 | use CILogon\Service\OAuth2Provider; |
8 | +use CILogon\Service\Util; |
|
9 | 9 | use League\OAuth2\Client\Token\AccessToken; |
10 | 10 | |
11 | 11 | Util::startPHPSession(); |
@@ -4,10 +4,10 @@ |
||
4 | 4 | |
5 | 5 | require_once __DIR__ . '/vendor/autoload.php'; |
6 | 6 | |
7 | -use CILogon\Service\Util; |
|
8 | 7 | use CILogon\Service\Content; |
9 | -use CILogon\Service\ShibError; |
|
10 | 8 | use CILogon\Service\Loggit; |
9 | +use CILogon\Service\ShibError; |
|
10 | +use CILogon\Service\Util; |
|
11 | 11 | |
12 | 12 | Util::startPHPSession(); |
13 | 13 |
@@ -4,9 +4,9 @@ |
||
4 | 4 | |
5 | 5 | require_once __DIR__ . '/../vendor/autoload.php'; |
6 | 6 | |
7 | -use CILogon\Service\Util; |
|
8 | 7 | use CILogon\Service\Content; |
9 | 8 | use CILogon\Service\PortalCookie; |
9 | +use CILogon\Service\Util; |
|
10 | 10 | |
11 | 11 | Util::startPHPSession(); |
12 | 12 |
@@ -4,12 +4,12 @@ |
||
4 | 4 | |
5 | 5 | require_once __DIR__ . '/../../vendor/autoload.php'; |
6 | 6 | |
7 | -use CILogon\Service\Util; |
|
8 | 7 | use CILogon\Service\Content; |
9 | 8 | use CILogon\Service\DBService; |
9 | +use CILogon\Service\Loggit; |
|
10 | 10 | use CILogon\Service\MyProxy; |
11 | 11 | use CILogon\Service\TwoFactor; |
12 | -use CILogon\Service\Loggit; |
|
12 | +use CILogon\Service\Util; |
|
13 | 13 | |
14 | 14 | Util::startPHPSession(); |
15 | 15 |
@@ -4,9 +4,9 @@ |
||
4 | 4 | |
5 | 5 | require_once __DIR__ . '/../vendor/autoload.php'; |
6 | 6 | |
7 | -use CILogon\Service\Util; |
|
8 | 7 | use CILogon\Service\Content; |
9 | 8 | use CILogon\Service\ShibError; |
9 | +use CILogon\Service\Util; |
|
10 | 10 | |
11 | 11 | Util::startPHPSession(); |
12 | 12 |