Completed
Push — master ( b37bec...23b4a3 )
by Terrence
14:21
created
delegate/index-site.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
testidp/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
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\ShibError;
12
+use CILogon\Service\Util;
13 13
 
14 14
 Util::startPHPSession();
15 15
 
Please login to merge, or discard this patch.