| @@ -481,7 +481,7 @@ | ||
| 481 | 481 | * 'client_error_msg' is set so it can be displayed by the | 
| 482 | 482 | * printOIDCErrorPage() function. | 
| 483 | 483 | * | 
| 484 | - * @return bool True if the various parameters related to the OIDC | |
| 484 | + * @return null|boolean True if the various parameters related to the OIDC | |
| 485 | 485 | * session are present. False otherwise. | 
| 486 | 486 | */ | 
| 487 | 487 | function verifyOIDCParams() | 
| @@ -7,10 +7,10 @@ | ||
| 7 | 7 | * require_once __DIR__ . '/index-functions.php'; | 
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 12 | 11 | use CILogon\Service\DBService; | 
| 13 | 12 | use CILogon\Service\Loggit; | 
| 13 | +use CILogon\Service\Util; | |
| 14 | 14 | |
| 15 | 15 | /** | 
| 16 | 16 | * printLogonPage | 
| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | * require_once __DIR__ . '/index-functions.php'; | 
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 12 | 11 | use CILogon\Service\Loggit; | 
| 12 | +use CILogon\Service\Util; | |
| 13 | 13 | |
| 14 | 14 | /** | 
| 15 | 15 | * printLogonPage | 
| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | * require_once __DIR__ . '/index-functions.php'; | 
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 12 | 11 | use CILogon\Service\PortalCookie; | 
| 12 | +use CILogon\Service\Util; | |
| 13 | 13 | |
| 14 | 14 | /** | 
| 15 | 15 | * printMainCookiesPage | 
| @@ -7,8 +7,8 @@ | ||
| 7 | 7 | * require_once __DIR__ . '/index-functions.php'; | 
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 11 | +use CILogon\Service\Util; | |
| 12 | 12 | |
| 13 | 13 | /** | 
| 14 | 14 | * printLogonPage | 
| @@ -7,11 +7,11 @@ | ||
| 7 | 7 | * require_once __DIR__ . '/index-functions.php'; | 
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 12 | 11 | use CILogon\Service\DBService; | 
| 13 | -use CILogon\Service\MyProxy; | |
| 14 | 12 | use CILogon\Service\Loggit; | 
| 13 | +use CILogon\Service\MyProxy; | |
| 14 | +use CILogon\Service\Util; | |
| 15 | 15 | |
| 16 | 16 | /** | 
| 17 | 17 | * getUID | 
| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | include_once __DIR__ . '/../config.secrets.php'; | 
| 8 | 8 | require_once __DIR__ . '/index-functions.php'; | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 12 | 11 | use CILogon\Service\Loggit; | 
| 12 | +use CILogon\Service\Util; | |
| 13 | 13 | |
| 14 | 14 | Util::startPHPSession(); | 
| 15 | 15 | |
| @@ -7,11 +7,11 @@ | ||
| 7 | 7 | * require_once __DIR__ . '/index-functions.php'; | 
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 12 | -use CILogon\Service\PortalCookie; | |
| 13 | 11 | use CILogon\Service\DBService; | 
| 14 | 12 | use CILogon\Service\Loggit; | 
| 13 | +use CILogon\Service\PortalCookie; | |
| 14 | +use CILogon\Service\Util; | |
| 15 | 15 | |
| 16 | 16 | /** | 
| 17 | 17 | * printLogonPage | 
| @@ -7,10 +7,10 @@ | ||
| 7 | 7 | include_once __DIR__ . '/config.secrets.php'; | 
| 8 | 8 | require_once __DIR__ . '/index-functions.php'; | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Content; | 
| 12 | -use CILogon\Service\ShibError; | |
| 13 | 11 | use CILogon\Service\Loggit; | 
| 12 | +use CILogon\Service\ShibError; | |
| 13 | +use CILogon\Service\Util; | |
| 14 | 14 | |
| 15 | 15 | Util::startPHPSession(); | 
| 16 | 16 | |
| @@ -7,8 +7,8 @@ | ||
| 7 | 7 | include_once __DIR__ . '/../../config.secrets.php'; | 
| 8 | 8 | require_once __DIR__ . '/index-functions.php'; | 
| 9 | 9 | |
| 10 | -use CILogon\Service\Util; | |
| 11 | 10 | use CILogon\Service\Loggit; | 
| 11 | +use CILogon\Service\Util; | |
| 12 | 12 | |
| 13 | 13 | Util::startPHPSession(); | 
| 14 | 14 | |