Completed
Push — master ( 0db328...7ae14e )
by Terrence
21:23 queued 06:24
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.
index-maint.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/vendor/autoload.php';
6 6
 
7
-use CILogon\Service\Util;
8 7
 use CILogon\Service\Content;
8
+use CILogon\Service\Util;
9 9
 
10 10
 Util::startPHPSession();
11 11
 
Please login to merge, or discard this patch.
logout/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 require_once __DIR__ . '/../config.php';
7 7
 include_once __DIR__ . '/../config.secrets.php';
8 8
 
9
-use CILogon\Service\Util;
10 9
 use CILogon\Service\Content;
11 10
 use CILogon\Service\Loggit;
11
+use CILogon\Service\Util;
12 12
 
13 13
 Util::startPHPSession();
14 14
 
Please login to merge, or discard this patch.