Passed
Push — master ( 4a7490...26f0ec )
by Tomasz
07:21 queued 15s
created
core/Federation.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -128,20 +128,20 @@  discard block
 block discarded – undo
128 128
                     if ($device == "TOTAL") {
129 129
                         continue;
130 130
                     }
131
-                    $retstring .= "<tr><td>$device</td><td>" . $numbers['ADMIN'] . "</td><td>" . $numbers['SILVERBULLET'] . "</td><td>" . $numbers['USER'] . "</td></tr>";
131
+                    $retstring .= "<tr><td>$device</td><td>".$numbers['ADMIN']."</td><td>".$numbers['SILVERBULLET']."</td><td>".$numbers['USER']."</td></tr>";
132 132
                 }
133
-                $retstring .= "<tr><td><strong>TOTAL</strong></td><td><strong>" . $data['TOTAL']['ADMIN'] . "</strong></td><td><strong>" . $data['TOTAL']['SILVERBULLET'] . "</strong></td><td><strong>" . $data['TOTAL']['USER'] . "</strong></td></tr>";
133
+                $retstring .= "<tr><td><strong>TOTAL</strong></td><td><strong>".$data['TOTAL']['ADMIN']."</strong></td><td><strong>".$data['TOTAL']['SILVERBULLET']."</strong></td><td><strong>".$data['TOTAL']['USER']."</strong></td></tr>";
134 134
                 break;
135 135
             case "XML":
136 136
                 // the calls to date() operate on current date, so there is no chance for a FALSE to be returned. Silencing scrutinizer.
137
-                $retstring .= "<federation id='$this->tld' ts='" . /** @scrutinizer ignore-type */ date("Y-m-d") . "T" . /** @scrutinizer ignore-type */ date("H:i:s") . "'>\n";
137
+                $retstring .= "<federation id='$this->tld' ts='"./** @scrutinizer ignore-type */ date("Y-m-d")."T"./** @scrutinizer ignore-type */ date("H:i:s")."'>\n";
138 138
                 foreach ($data as $device => $numbers) {
139 139
                     if ($device == "TOTAL") {
140 140
                         continue;
141 141
                     }
142
-                    $retstring .= "  <device name='" . $device . "'>\n    <downloads group='admin'>" . $numbers['ADMIN'] . "</downloads>\n    <downloads group='managed_idp'>" . $numbers['SILVERBULLET'] . "</downloads>\n    <downloads group='user'>" . $numbers['USER'] . "</downloads>\n  </device>";
142
+                    $retstring .= "  <device name='".$device."'>\n    <downloads group='admin'>".$numbers['ADMIN']."</downloads>\n    <downloads group='managed_idp'>".$numbers['SILVERBULLET']."</downloads>\n    <downloads group='user'>".$numbers['USER']."</downloads>\n  </device>";
143 143
                 }
144
-                $retstring .= "<total>\n  <downloads group='admin'>" . $data['TOTAL']['ADMIN'] . "</downloads>\n  <downloads group='managed_idp'>" . $data['TOTAL']['SILVERBULLET'] . "</downloads>\n  <downloads group='user'>" . $data['TOTAL']['USER'] . "</downloads>\n</total>\n";
144
+                $retstring .= "<total>\n  <downloads group='admin'>".$data['TOTAL']['ADMIN']."</downloads>\n  <downloads group='managed_idp'>".$data['TOTAL']['SILVERBULLET']."</downloads>\n  <downloads group='user'>".$data['TOTAL']['USER']."</downloads>\n</total>\n";
145 145
                 $retstring .= "</federation>";
146 146
                 break;
147 147
             case "array":
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
         $identifier = $this->databaseHandle->lastID();
228 228
 
229 229
         if ($identifier == 0 || !$this->loggerInstance->writeAudit($ownerId, "NEW", "Organisation $identifier")) {
230
-            $text = "<p>Could not create a new " . \config\ConfAssistant::CONSORTIUM['nomenclature_inst'] . "!</p>";
230
+            $text = "<p>Could not create a new ".\config\ConfAssistant::CONSORTIUM['nomenclature_inst']."!</p>";
231 231
             echo $text;
232 232
             throw new Exception($text);
233 233
         }
Please login to merge, or discard this patch.
core/SilverbulletInvitation.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
         $this->activationsTotal = $invitationRow->quantity;
146 146
         $certificatesResult = $this->databaseHandle->exec("SELECT `serial_number`, `ca_type` FROM `silverbullet_certificate` WHERE `silverbullet_invitation_id` = ? ORDER BY `revocation_status`, `expiry` DESC", "i", $this->identifier);
147 147
         $certificatesNumber = ($certificatesResult ? $certificatesResult->num_rows : 0);
148
-        $this->loggerInstance->debug(5, "At token validation level, " . $certificatesNumber . " certificates exist.\n");
148
+        $this->loggerInstance->debug(5, "At token validation level, ".$certificatesNumber." certificates exist.\n");
149 149
         // SELECT -> resource, no boolean
150 150
         while ($runner = mysqli_fetch_object(/** @scrutinizer ignore-type */ $certificatesResult)) {
151 151
             $this->associatedCertificates[] = new \core\SilverbulletCertificate($runner->serial_number, $runner->ca_type);
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
                 throw new Exception("Uh. Something went seriously wrong with URL path mangling.");
205 205
             }
206 206
         }
207
-        $link = $link . $relPath;
207
+        $link = $link.$relPath;
208 208
 
209 209
         if (preg_match('/admin$/', $link)) {
210 210
             $link = substr($link, 0, -6);
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
             }
214 214
         }
215 215
 
216
-        return $link . '/accountstatus/accountstatus.php?token=' . $this->invitationTokenString;
216
+        return $link.'/accountstatus/accountstatus.php?token='.$this->invitationTokenString;
217 217
     }
218 218
 
219 219
     /**
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
         $text .= sprintf(_("A new %s access credential has been created for you by your network administrator."), \config\ConfAssistant::CONSORTIUM['display_name']);
241 241
         $text .= " ";
242 242
         $text .= sprintf(_("Please follow the following link with the device you want to enable for %s to get a custom %s installation program just for you. You can click on the link, copy and paste it into a browser or scan the attached QR code."), \config\ConfAssistant::CONSORTIUM['display_name'], \config\ConfAssistant::CONSORTIUM['display_name']);
243
-        $text .= "\n\n" . $this->link() . "\n\n"; // gets replaced with the token value by getBody()
243
+        $text .= "\n\n".$this->link()."\n\n"; // gets replaced with the token value by getBody()
244 244
         $text .= sprintf(_("Please keep this email or bookmark this link for future use. After picking up your %s installation program, you can use the same link to get status information about your %s account."), \config\ConfAssistant::CONSORTIUM['display_name'], \config\ConfAssistant::CONSORTIUM['display_name']);
245 245
         $text .= "\n\n";
246 246
         $text .= _("Regards,");
Please login to merge, or discard this patch.
web/admin/edit_silverbullet.php 1 patch
Spacing   +42 added lines, -42 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 /*
21 21
  * Class autoloader invocation, should be included prior to any other code at the entry points to the application
22 22
  */
23
-require_once dirname(dirname(dirname(__FILE__))) . "/config/_config.php";
23
+require_once dirname(dirname(dirname(__FILE__)))."/config/_config.php";
24 24
 
25 25
 $auth = new \web\lib\admin\Authentication();
26 26
 $auth->authenticate();
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     $fed = new \core\Federation($inst->federation);
54 54
     $allowSb = $fed->getAttributes("fed:silverbullet");
55 55
     if (count($allowSb) == 0) {
56
-        throw new Exception("We were told to create a new SB profile, but this " . \config\ConfAssistant::CONSORTIUM['nomenclature_federation'] . " does not allow SB at all!");
56
+        throw new Exception("We were told to create a new SB profile, but this ".\config\ConfAssistant::CONSORTIUM['nomenclature_federation']." does not allow SB at all!");
57 57
     }
58 58
     // okay, new SB profiles are allowed. 
59 59
     // but is there a support:email attribute on inst level?
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     // Create one.
65 65
     $newProfile = $inst->newProfile(core\AbstractProfile::PROFILETYPE_SILVERBULLET);
66 66
     // and modify the REQUEST_URI to add the new profile ID
67
-    $_SERVER['REQUEST_URI'] = $_SERVER['REQUEST_URI'] . "&profile_id=" . $newProfile->identifier;
67
+    $_SERVER['REQUEST_URI'] = $_SERVER['REQUEST_URI']."&profile_id=".$newProfile->identifier;
68 68
     $_GET['profile_id'] = $newProfile->identifier;
69 69
     $profile = $newProfile;
70 70
 } else {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
                         break;
133 133
                     }
134 134
                     $properName = $validator->syntaxConformUser($elements[0]);
135
-                    $properDate = new DateTime($elements[1] . " 00:00:00");
135
+                    $properDate = new DateTime($elements[1]." 00:00:00");
136 136
                     $numberOfActivations = $elements[2] ?? 1;
137 137
                     $number = $validator->integer($numberOfActivations);
138 138
                     if ($number === FALSE) { // invalid input received, default to sane
@@ -225,18 +225,18 @@  discard block
 block discarded – undo
225 225
                     // warn and ask for confirmation unless already confirmed
226 226
                     if (!isset($_POST['insecureconfirm']) || $_POST['insecureconfirm'] != "CONFIRM") {
227 227
                         echo $deco->pageheader(_("Insecure mail domain!"), "ADMIN-IDP-USERS");
228
-                        echo "<p>" . sprintf(_("The mail domain of the mail address <strong>%s</strong> is not secure: some or all of the mail servers are not accepting encrypted connections (no consistent support for STARTTLS)."), $properEmail) . "</p>";
229
-                        echo "<p>" . _("The invitation would need to be sent in cleartext across the internet, and can possibly be read and abused by anyone in transit.") . "</p>";
230
-                        echo "<p>" . _("Do you want the system to send this mail anyway?") . "</p>";
228
+                        echo "<p>".sprintf(_("The mail domain of the mail address <strong>%s</strong> is not secure: some or all of the mail servers are not accepting encrypted connections (no consistent support for STARTTLS)."), $properEmail)."</p>";
229
+                        echo "<p>"._("The invitation would need to be sent in cleartext across the internet, and can possibly be read and abused by anyone in transit.")."</p>";
230
+                        echo "<p>"._("Do you want the system to send this mail anyway?")."</p>";
231 231
                         echo $formtext;
232
-                        echo "<button type='submit' class='delete'>" . _("DO NOT SEND") . "</button>";
232
+                        echo "<button type='submit' class='delete'>"._("DO NOT SEND")."</button>";
233 233
                         echo "</form>";
234 234
                         echo $formtext;
235
-                        echo "<input type='hidden' name='command' value='" . \web\lib\common\FormElements::BUTTON_SENDINVITATIONMAILBYCAT . "'</>";
235
+                        echo "<input type='hidden' name='command' value='".\web\lib\common\FormElements::BUTTON_SENDINVITATIONMAILBYCAT."'</>";
236 236
                         echo "<input type='hidden' name='address' value='$properEmail'</>";
237
-                        echo "<input type='hidden' name='token' value='" . $invitationObject->invitationTokenString . "'</>";
237
+                        echo "<input type='hidden' name='token' value='".$invitationObject->invitationTokenString."'</>";
238 238
                         echo "<input type='hidden' name='insecureconfirm' value='CONFIRM'/>";
239
-                        echo "<button type='submit'>" . _("Send anyway.") . "</button>";
239
+                        echo "<button type='submit'>"._("Send anyway.")."</button>";
240 240
                         echo "</form>";
241 241
                         echo $deco->footer();
242 242
                         exit;
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
 $allUsers = $profile->listAllUsers();
287 287
 $activeUsers = $profile->listActiveUsers();
288 288
 
289
-echo $deco->defaultPagePrelude(sprintf(_('Managing %s users'), \core\ProfileSilverbullet::PRODUCTNAME ));
289
+echo $deco->defaultPagePrelude(sprintf(_('Managing %s users'), \core\ProfileSilverbullet::PRODUCTNAME));
290 290
 
291 291
 ?>
292 292
 <script src='js/option_expand.js' type='text/javascript'></script>
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     echo $deco->productHeader("ADMIN-IDP-USERS");
325 325
     ?>
326 326
     <img src='../resources/images/icons/loading51.gif' id='spin' alt='loading...' style='position:absolute;left: 50%; top: 50%; transform: translate(-100px, -50px); display:none; z-index: 100;'>
327
-    <?php echo $uiElements->instLevelInfoBoxes($inst);?>
327
+    <?php echo $uiElements->instLevelInfoBoxes($inst); ?>
328 328
     <div class='infobox'>
329 329
         <h2><?php echo sprintf(_('Current %s users'), \core\ProfileSilverbullet::PRODUCTNAME); ?></h2>
330 330
         <table>
@@ -424,23 +424,23 @@  discard block
 block discarded – undo
424 424
                                 ?>
425 425
 
426 426
                                 <div class="sb-certificate-summary ca-summary" <?php echo $style; ?>>
427
-                                    <div class="sb-certificate-details"><?php echo _("Device:") . " " . $display; ?>
428
-                                        <br><?php echo _("Serial Number:") . "&nbsp;" . gmp_strval($oneCert->serial, 16); ?>
429
-                                        <br><?php echo _("CN:") . "&nbsp;" . explode('@', $oneCert->username)[0] . "@…"; ?>
430
-                                        <br><?php echo _("Expiry:") . "&nbsp;" . $oneCert->expiry; ?>
431
-                                        <br><?php echo _("Issued:") . "&nbsp;" . $oneCert->issued; ?>
427
+                                    <div class="sb-certificate-details"><?php echo _("Device:")." ".$display; ?>
428
+                                        <br><?php echo _("Serial Number:")."&nbsp;".gmp_strval($oneCert->serial, 16); ?>
429
+                                        <br><?php echo _("CN:")."&nbsp;".explode('@', $oneCert->username)[0]."@…"; ?>
430
+                                        <br><?php echo _("Expiry:")."&nbsp;".$oneCert->expiry; ?>
431
+                                        <br><?php echo _("Issued:")."&nbsp;".$oneCert->issued; ?>
432 432
                                     </div>
433 433
                                     <div style="text-align:right;padding-top: 5px; <?php echo $buttonStyle; ?>">
434 434
                                         <?php
435 435
                                         if ($buttonText == "") {
436 436
                                             echo "$formtext"
437
-                                            . "<input type='hidden' name='certSerial' value='" . $oneCert->serial . "'/>"
438
-                                            . "<input type='hidden' name='certAlgo' value='" . $oneCert->ca_type . "'/>"
437
+                                            . "<input type='hidden' name='certSerial' value='".$oneCert->serial."'/>"
438
+                                            . "<input type='hidden' name='certAlgo' value='".$oneCert->ca_type."'/>"
439 439
                                             . "<button type='submit' "
440 440
                                                     . "name='command' "
441
-                                                    . "value='" . \web\lib\common\FormElements::BUTTON_REVOKECREDENTIAL . "' "
441
+                                                    . "value='".\web\lib\common\FormElements::BUTTON_REVOKECREDENTIAL."' "
442 442
                                                     . "class='delete' "
443
-                                                    . "onclick='return confirm(\"" . sprintf(_("The device in question will stop functioning with %s. The revocation cannot be undone. Are you sure you want to do this?"), \config\ConfAssistant::CONSORTIUM['display_name']) . "\")'>"
443
+                                                    . "onclick='return confirm(\"".sprintf(_("The device in question will stop functioning with %s. The revocation cannot be undone. Are you sure you want to do this?"), \config\ConfAssistant::CONSORTIUM['display_name'])."\")'>"
444 444
                                                     . _("Revoke") 
445 445
                                                     . "</button>"
446 446
                                             . "</form>";
@@ -466,38 +466,38 @@  discard block
 block discarded – undo
466 466
                                     $tokenHtmlBuffer .= "<tr class='sb-certificate-row'><td></td>";
467 467
                                     $jsEncodedBody = str_replace('\n', '%0D%0A', str_replace('"', '', json_encode($invitationObject->invitationMailBody())));
468 468
                                     $tokenHtmlBuffer .= "<td>";
469
-                                    $tokenHtmlBuffer .= sprintf(_("The invitation token %s is ready for sending! Choose how to send it:"),"<input type='text' readonly='readonly' style='background-color:lightgrey;' size='60' value='" . $invitationObject->link() . "' name='token' class='identifiedtokenarea-" . $invitationObject->identifier . "'>(…)<br/>");
469
+                                    $tokenHtmlBuffer .= sprintf(_("The invitation token %s is ready for sending! Choose how to send it:"), "<input type='text' readonly='readonly' style='background-color:lightgrey;' size='60' value='".$invitationObject->link()."' name='token' class='identifiedtokenarea-".$invitationObject->identifier."'>(…)<br/>");
470 470
                                     $tokenHtmlBuffer .= "<table>
471 471
                                     <tr><td style='vertical-align:bottom;'>"._("E-Mail:")."</td><td>
472 472
                                     $formtext
473
-                                <input type='hidden' value='" . $invitationObject->invitationTokenString . "' name='token'><br/>
473
+                                <input type='hidden' value='".$invitationObject->invitationTokenString."' name='token'><br/>
474 474
                                 <input type='text' name='address' id='address-$invitationObject->identifier'/>
475
-                                <button type='button' onclick='window.location=\"mailto:\"+document.getElementById(\"address-$invitationObject->identifier\").value+\"?subject=" . $invitationObject->invitationMailSubject() . "&amp;body=$jsEncodedBody\"; return false;'>" . _("Local mail client") . "</button>
476
-                                <button type='submit' name='command' onclick='document.getElementById(\"spin\").style.display =\"block\"' value='" . \web\lib\common\FormElements::BUTTON_SENDINVITATIONMAILBYCAT . "'>"._("Send with CAT")."</button>
475
+                                <button type='button' onclick='window.location=\"mailto:\"+document.getElementById(\"address-$invitationObject->identifier\").value+\"?subject=".$invitationObject->invitationMailSubject()."&amp;body=$jsEncodedBody\"; return false;'>"._("Local mail client")."</button>
476
+                                <button type='submit' name='command' onclick='document.getElementById(\"spin\").style.display =\"block\"' value='" . \web\lib\common\FormElements::BUTTON_SENDINVITATIONMAILBYCAT."'>"._("Send with CAT")."</button>
477 477
                                     </form>
478 478
                                     </td></tr>
479 479
                                     <tr><td style='vertical-align:bottom;'>"._("SMS:")."</td><td>
480 480
                                     $formtext
481
-                                    <input type='hidden' value='" . $invitationObject->invitationTokenString . "' name='token'><br/>
481
+                                    <input type='hidden' value='".$invitationObject->invitationTokenString."' name='token'><br/>
482 482
                                     <input type='text' name='smsnumber' />
483
-				<button type='submit' name='command' value='" . \web\lib\common\FormElements::BUTTON_SENDINVITATIONSMS . "'>" . _("Send in SMS...") . "</button>
483
+				<button type='submit' name='command' value='" . \web\lib\common\FormElements::BUTTON_SENDINVITATIONSMS."'>"._("Send in SMS...")."</button>
484 484
                                     </form>
485 485
 				</td></tr>
486 486
                                     <tr><td style='vertical-align:bottom;'>"._("Manual:")."</td><td>
487
-				<button type='button' class='clipboardButton' onclick='clipboardCopy(" . $invitationObject->identifier . ");'>" . _("Copy to Clipboard") . "</button>
487
+				<button type='button' class='clipboardButton' onclick='clipboardCopy(" . $invitationObject->identifier.");'>"._("Copy to Clipboard")."</button>
488 488
                                     <form style='display:inline-block;' method='post' action='inc/displayQRcode.inc.php' onsubmit='popupQRWindow(this); return false;' accept-charset='UTF-8'>
489
-                                    <input type='hidden' value='" . $invitationObject->invitationTokenString . "' name='token'><br/>
490
-                                      <button type='submit'>" . _("Display QR code") . "</button>
489
+                                    <input type='hidden' value='" . $invitationObject->invitationTokenString."' name='token'><br/>
490
+                                      <button type='submit'>" . _("Display QR code")."</button>
491 491
                                   </form>
492 492
                                         </td></tr>
493 493
                                         
494 494
                                 </table>
495 495
                                 </td>";
496
-                                    $tokenHtmlBuffer .= "<td>" . _("Expiry Date:") . " " . $invitationObject->expiry . " UTC<br>" . _("Activations remaining:") . " " . sprintf(_("%d of %d"), $invitationObject->activationsRemaining, $invitationObject->activationsTotal) . "</td>";
496
+                                    $tokenHtmlBuffer .= "<td>"._("Expiry Date:")." ".$invitationObject->expiry." UTC<br>"._("Activations remaining:")." ".sprintf(_("%d of %d"), $invitationObject->activationsRemaining, $invitationObject->activationsTotal)."</td>";
497 497
                                     $tokenHtmlBuffer .= "<td>"
498 498
                                             . $formtext
499
-                                            . "<input type='hidden' name='invitationtoken' value='" . $invitationObject->invitationTokenString . "'/>"
500
-                                            . "<button type='submit' name='command' value='" . \web\lib\common\FormElements::BUTTON_REVOKEINVITATION . "' class='delete'>"._("Revoke"). "</button></form>"
499
+                                            . "<input type='hidden' name='invitationtoken' value='".$invitationObject->invitationTokenString."'/>"
500
+                                            . "<button type='submit' name='command' value='".\web\lib\common\FormElements::BUTTON_REVOKEINVITATION."' class='delete'>"._("Revoke")."</button></form>"
501 501
                                             . "</td></tr>";
502 502
                                     break;
503 503
                                 case core\SilverbulletInvitation::SB_TOKENSTATUS_EXPIRED:
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
                                 <span><input type="text" maxlength="19" class="sb-date-picker" name="userexpiry" value="<?php echo $profile->getUserExpiryDate($oneUserId); ?>">&nbsp;(UTC)</span>
520 520
                             </div>
521 521
                             <input type="hidden" name="userid" value="<?php echo $oneUserId; ?>"/>
522
-                            <button type="submit" name="command" value="<?php echo \web\lib\common\FormElements::BUTTON_CHANGEUSEREXPIRY ?>"><?php echo _("Update");?></button>
522
+                            <button type="submit" name="command" value="<?php echo \web\lib\common\FormElements::BUTTON_CHANGEUSEREXPIRY ?>"><?php echo _("Update"); ?></button>
523 523
                             </form>
524 524
                         </td>
525 525
                         <td>
@@ -527,13 +527,13 @@  discard block
 block discarded – undo
527 527
                                 <?php
528 528
                                 if ($hasOnePendingInvite || count($validCerts) > 0) {
529 529
                                     $deletionText = sprintf(_("All of the currently active devices will stop functioning with %s. This cannot be undone. While the user can be re-activated later, they will then need to be re-provisioned with new invitation tokens. Are you sure you want to do this?"), \config\ConfAssistant::CONSORTIUM['display_name']);
530
-                                    echo $formtext . "
530
+                                    echo $formtext."
531 531
                                     <input type='hidden' name='userid' value='$oneUserId'/>
532 532
                                     <button type='submit' "
533 533
                                             . "name='command' "
534
-                                            . "value='" . \web\lib\common\FormElements::BUTTON_DEACTIVATEUSER . "' "
534
+                                            . "value='".\web\lib\common\FormElements::BUTTON_DEACTIVATEUSER."' "
535 535
                                             . "class='delete' "
536
-                                            . ( count($validCerts) > 0 ? "onclick='return confirm(\"".$deletionText."\")' " : "" )
536
+                                            . (count($validCerts) > 0 ? "onclick='return confirm(\"".$deletionText."\")' " : "")
537 537
                                             . ">" 
538 538
                                             . _("Deactivate User") 
539 539
                                             . "</button>
@@ -572,13 +572,13 @@  discard block
 block discarded – undo
572 572
                                     . ' If all accounts shown as active above are indeed still valid, please check the box below and push "Save".'
573 573
                                     . ' If any of the accounts are stale, please deactivate them by pushing the corresponding button before doing this.'), \config\ConfAssistant::SILVERBULLET['gracetime'] ?? core\ProfileSilverbullet::SB_ACKNOWLEDGEMENT_REQUIRED_DAYS);
574 574
 
575
-                    echo $formtext . "<div style='padding-bottom: 20px;'>"
575
+                    echo $formtext."<div style='padding-bottom: 20px;'>"
576 576
                     . "
577 577
                     <p>$acknowledgeText</p>
578 578
                     <input type='checkbox' name='acknowledge' value='true'>
579
-                    <label>" . sprintf(_("I have verified that all configured users are still eligible for %s."),\config\ConfAssistant::CONSORTIUM['display_name']) . "</label>
579
+                    <label>".sprintf(_("I have verified that all configured users are still eligible for %s."), \config\ConfAssistant::CONSORTIUM['display_name'])."</label>
580 580
                 </div>
581
-                <button type='submit' name='command' value='" . \web\lib\common\FormElements::BUTTON_ACKUSERELIGIBILITY . "'>"._("Save")."</button></form>";
581
+                <button type='submit' name='command' value='" . \web\lib\common\FormElements::BUTTON_ACKUSERELIGIBILITY."'>"._("Save")."</button></form>";
582 582
                 }
583 583
                 ?>
584 584
             </div>
@@ -655,7 +655,7 @@  discard block
 block discarded – undo
655 655
     
656 656
     <form action="overview_idp.php?inst_id=<?php echo $inst->identifier; ?>" method="POST">
657 657
         <p>
658
-        <button type='submit' name='submitbutton' value="nomatter"><?php echo sprintf(_("Back to %s page"),$uiElements->nomenclatureInst);?></button>
658
+        <button type='submit' name='submitbutton' value="nomatter"><?php echo sprintf(_("Back to %s page"), $uiElements->nomenclatureInst); ?></button>
659 659
         </p>
660 660
     </form>
661 661
     <?php
Please login to merge, or discard this patch.
devices/ms/WindowsCommon.php 1 patch
Spacing   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
         if (isset(self::LANGS[$this->languageInstance->getLang()])) {
135 135
             $language = self::LANGS[$this->languageInstance->getLang()];
136 136
             $this->lang = $language['nsis'];
137
-            $this->codePage = 'cp' . $language['cp'];
137
+            $this->codePage = 'cp'.$language['cp'];
138 138
         } else {
139 139
             $this->lang = 'English';
140 140
             $this->codePage = 'cp1252';
@@ -155,8 +155,8 @@  discard block
 block discarded – undo
155 155
         $out .= sprintf(_("%s installer will be in the form of an EXE file. It will configure %s on your device, by creating wireless network profiles.<p>When you click the download button, the installer will be saved by your browser. Copy it to the machine you want to configure and execute."), \config\ConfAssistant::CONSORTIUM['display_name'], \config\ConfAssistant::CONSORTIUM['display_name']);
156 156
         $out .= "<p>";
157 157
         if ($ssidCount > $configCount) {
158
-            $out .= sprintf(ngettext("In addition to <strong>%s</strong> the installer will also configure access to:", "In addition to <strong>%s</strong> the installer will also configure access to the following networks:", $ssidCount - $configCount), implode(', ', $configList)) . " ";
159
-            $out .= '<strong>' . join('</strong>, <strong>', array_diff(array_keys($ssids), $configList)) . '</strong>';
158
+            $out .= sprintf(ngettext("In addition to <strong>%s</strong> the installer will also configure access to:", "In addition to <strong>%s</strong> the installer will also configure access to the following networks:", $ssidCount - $configCount), implode(', ', $configList))." ";
159
+            $out .= '<strong>'.join('</strong>, <strong>', array_diff(array_keys($ssids), $configList)).'</strong>';
160 160
             $out .= "<p>";
161 161
         }
162 162
 // TODO - change this below
@@ -172,8 +172,8 @@  discard block
 block discarded – undo
172 172
             $out .= _("When you are connecting to the network for the first time, Windows will pop up a login box, where you should enter your user name and password. This information will be saved so that you will reconnect to the network automatically each time you are in the range.");
173 173
             if ($ssidCount > 1) {
174 174
                 $out .= "<p>";
175
-                $out .= _("You will be required to enter the same credentials for each of the configured networks:") . " ";
176
-                $out .= '<strong>' . join('</strong>, <strong>', array_keys($ssids)) . '</strong>';
175
+                $out .= _("You will be required to enter the same credentials for each of the configured networks:")." ";
176
+                $out .= '<strong>'.join('</strong>, <strong>', array_keys($ssids)).'</strong>';
177 177
             }
178 178
         }
179 179
         return $out;
@@ -245,11 +245,11 @@  discard block
 block discarded – undo
245 245
         $logoCount = count($logosToPlace);
246 246
         if ($logoCount > 0) {
247 247
             $voffset = $freeTop;
248
-            $freeSpace = (int)round($this->background['freeHeight'] / ($logoCount + 1));
248
+            $freeSpace = (int) round($this->background['freeHeight'] / ($logoCount + 1));
249 249
             foreach ($logosToPlace as $logo) {
250 250
                 $voffset += $freeSpace;
251 251
                 $logoSize = $logo->getImageGeometry();
252
-                $hoffset = (int)round(($bgImageSize['width'] - $logoSize['width']) / 2);
252
+                $hoffset = (int) round(($bgImageSize['width'] - $logoSize['width']) / 2);
253 253
                 $bgImage->compositeImage($logo, $logo->getImageCompose(), $hoffset, $voffset);
254 254
                 $voffset += $logoSize['height'];
255 255
                 }
@@ -270,13 +270,13 @@  discard block
 block discarded – undo
270 270
      * @return string path to signed installer
271 271
      */
272 272
     protected function signInstaller() {
273
-        $fileName = $this->installerBasename . '.exe';
273
+        $fileName = $this->installerBasename.'.exe';
274 274
         if (!$this->sign) {
275 275
             rename("installer.exe", $fileName);
276 276
             return $fileName;
277 277
         }
278 278
         // are actually signing
279
-        $outputFromSigning = system($this->sign . " installer.exe '$fileName' > /dev/null");
279
+        $outputFromSigning = system($this->sign." installer.exe '$fileName' > /dev/null");
280 280
         if ($outputFromSigning === FALSE) {
281 281
             $this->loggerInstance->debug(2, "Signing the WindowsCommon installer $fileName FAILED!\n");
282 282
         }
@@ -290,15 +290,15 @@  discard block
 block discarded – undo
290 290
      */
291 291
     protected function compileNSIS() {
292 292
         if (\config\ConfAssistant::NSIS_VERSION >= 3) {
293
-            $makensis = \config\ConfAssistant::PATHS['makensis'] . " -INPUTCHARSET UTF8";
293
+            $makensis = \config\ConfAssistant::PATHS['makensis']." -INPUTCHARSET UTF8";
294 294
         } else {
295 295
             $makensis = \config\ConfAssistant::PATHS['makensis'];
296 296
         }
297 297
         $lcAll = getenv("LC_ALL");
298 298
         putenv("LC_ALL=en_US.UTF-8");
299
-        $command = $makensis . ' -V4 cat.NSI > nsis.log 2>&1';
299
+        $command = $makensis.' -V4 cat.NSI > nsis.log 2>&1';
300 300
         system($command);
301
-        putenv("LC_ALL=" . $lcAll);
301
+        putenv("LC_ALL=".$lcAll);
302 302
         $this->loggerInstance->debug(4, "compileNSIS:$command\n");
303 303
     }
304 304
 
@@ -314,10 +314,10 @@  discard block
 block discarded – undo
314 314
             'email' => 'SUPPORT',
315 315
             'url' => 'URL',
316 316
         ];
317
-        $s = "support_" . $type . "_substitute";
317
+        $s = "support_".$type."_substitute";
318 318
         $substitute = $this->translateString($this->$s, $this->codePage);
319
-        $returnValue = !empty($attr['support:' . $type][0]) ? $attr['support:' .  $type][0] : $substitute;
320
-        return '!define ' . $supportString[$type] . ' "' . $returnValue . '"' . "\n";
319
+        $returnValue = !empty($attr['support:'.$type][0]) ? $attr['support:'.$type][0] : $substitute;
320
+        return '!define '.$supportString[$type].' "'.$returnValue.'"'."\n";
321 321
     }
322 322
     
323 323
     /**
@@ -327,20 +327,20 @@  discard block
 block discarded – undo
327 327
      * @return string
328 328
      */
329 329
     protected function writeNsisDefines($attr) {
330
-        $fcontents = "\n" . '!define NSIS_MAJOR_VERSION ' . \config\ConfAssistant::NSIS_VERSION;
330
+        $fcontents = "\n".'!define NSIS_MAJOR_VERSION '.\config\ConfAssistant::NSIS_VERSION;
331 331
         if ($attr['internal:profile_count'][0] > 1) {
332
-            $fcontents .= "\n" . '!define USER_GROUP "' . $this->translateString(str_replace('"', '$\\"', $attr['profile:name'][0]), $this->codePage) . '"
332
+            $fcontents .= "\n".'!define USER_GROUP "'.$this->translateString(str_replace('"', '$\\"', $attr['profile:name'][0]), $this->codePage).'"
333 333
 ';
334 334
         }
335
-        $fcontents .=  '
336
-Caption "' . $this->translateString(sprintf(WindowsCommon::sprintNsis(_("%s installer for %s")), \config\ConfAssistant::CONSORTIUM['display_name'], $attr['general:instname'][0]), $this->codePage) . '"
337
-!define APPLICATION "' . $this->translateString(sprintf(WindowsCommon::sprintNsis(_("%s installer for %s")), \config\ConfAssistant::CONSORTIUM['display_name'], $attr['general:instname'][0]), $this->codePage) . '"
338
-!define VERSION "' . \core\CAT::VERSION_MAJOR . '.' . \core\CAT::VERSION_MINOR . '"
335
+        $fcontents .= '
336
+Caption "' . $this->translateString(sprintf(WindowsCommon::sprintNsis(_("%s installer for %s")), \config\ConfAssistant::CONSORTIUM['display_name'], $attr['general:instname'][0]), $this->codePage).'"
337
+!define APPLICATION "' . $this->translateString(sprintf(WindowsCommon::sprintNsis(_("%s installer for %s")), \config\ConfAssistant::CONSORTIUM['display_name'], $attr['general:instname'][0]), $this->codePage).'"
338
+!define VERSION "' . \core\CAT::VERSION_MAJOR.'.'.\core\CAT::VERSION_MINOR.'"
339 339
 !define INSTALLER_NAME "installer.exe"
340
-!define LANG "' . $this->lang . '"
341
-!define LOCALE "' . preg_replace('/\..*$/', '', \config\Master::LANGUAGES[$this->languageInstance->getLang()]['locale']) . '"
340
+!define LANG "' . $this->lang.'"
341
+!define LOCALE "' . preg_replace('/\..*$/', '', \config\Master::LANGUAGES[$this->languageInstance->getLang()]['locale']).'"
342 342
 ;--------------------------------
343
-!define ORGANISATION "' . $this->translateString($attr['general:instname'][0], $this->codePage) . '"
343
+!define ORGANISATION "' . $this->translateString($attr['general:instname'][0], $this->codePage).'"
344 344
 ';
345 345
         $fcontents .= $this->getSupport($attr, 'email');
346 346
         $fcontents .= $this->getSupport($attr, 'url');                
@@ -348,18 +348,18 @@  discard block
 block discarded – undo
348 348
             $fcontents .= '!define WIRED
349 349
         ';
350 350
         }
351
-        $fcontents .= '!define PROVIDERID "urn:UUID:' . $this->deviceUUID . '"
351
+        $fcontents .= '!define PROVIDERID "urn:UUID:'.$this->deviceUUID.'"
352 352
 ';
353 353
         if (!empty($attr['internal:realm'][0])) {
354
-            $fcontents .= '!define REALM "' . $attr['internal:realm'][0] . '"
354
+            $fcontents .= '!define REALM "'.$attr['internal:realm'][0].'"
355 355
 ';
356 356
         }
357
-        if(!empty($attr['internal:hint_userinput_suffix'][0]) && $attr['internal:hint_userinput_suffix'][0] == 1) {
358
-            $fcontents .= '!define HINT_USER_INPUT "' . $attr['internal:hint_userinput_suffix'][0] . '"
357
+        if (!empty($attr['internal:hint_userinput_suffix'][0]) && $attr['internal:hint_userinput_suffix'][0] == 1) {
358
+            $fcontents .= '!define HINT_USER_INPUT "'.$attr['internal:hint_userinput_suffix'][0].'"
359 359
 ';
360 360
         }
361
-        if(!empty($attr['internal:verify_userinput_suffix'][0]) && $attr['internal:verify_userinput_suffix'][0] == 1) {
362
-            $fcontents .= '!define VERIFY_USER_REALM_INPUT "' . $attr['internal:verify_userinput_suffix'][0] . '"
361
+        if (!empty($attr['internal:verify_userinput_suffix'][0]) && $attr['internal:verify_userinput_suffix'][0] == 1) {
362
+            $fcontents .= '!define VERIFY_USER_REALM_INPUT "'.$attr['internal:verify_userinput_suffix'][0].'"
363 363
 ';
364 364
         }
365 365
         $fcontents .= $this->msInfoFile($attr);
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
380 380
             $out .= '!define EXTERNAL_INFO "';
381 381
 //  $this->loggerInstance->debug(4,"Info file type ".$attr['support:info_file'][0]['mime']."\n");
382 382
             if ($attr['internal:info_file'][0]['mime'] == 'rtf') {
383
-                $out = '!define LICENSE_FILE "' . $attr['internal:info_file'][0]['name'];
383
+                $out = '!define LICENSE_FILE "'.$attr['internal:info_file'][0]['name'];
384 384
             } elseif ($attr['internal:info_file'][0]['mime'] == 'txt') {
385 385
                 $infoFile = file_get_contents($attr['internal:info_file'][0]['name']);
386 386
                 if ($infoFile === FALSE) {
@@ -389,14 +389,14 @@  discard block
 block discarded – undo
389 389
                 if (\config\ConfAssistant::NSIS_VERSION >= 3) {
390 390
                     $infoFileConverted = $infoFile;
391 391
                 } else {
392
-                    $infoFileConverted = iconv('UTF-8', $this->codePage . '//TRANSLIT', $infoFile);
392
+                    $infoFileConverted = iconv('UTF-8', $this->codePage.'//TRANSLIT', $infoFile);
393 393
                 }
394 394
                 if ($infoFileConverted !== FALSE && strlen($infoFileConverted) > 0) {
395 395
                     file_put_contents('info_f.txt', $infoFileConverted);
396 396
                     $out = '!define LICENSE_FILE " info_f.txt';
397 397
                 }
398 398
             } else {
399
-                $out = '!define EXTERNAL_INFO "' . $attr['internal:info_file'][0]['name'];
399
+                $out = '!define EXTERNAL_INFO "'.$attr['internal:info_file'][0]['name'];
400 400
             }
401 401
 
402 402
             $out .= "\"\n";
Please login to merge, or discard this patch.
utils/notify_invitation_expiry.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
 
22 22
 // please run this as a cron job every hour
23 23
 
24
-require_once dirname(dirname(__FILE__)) . "/config/_config.php";
24
+require_once dirname(dirname(__FILE__))."/config/_config.php";
25 25
 
26 26
 // iterate through all federations and see if there are recently expired 
27 27
 // invitations for any of them
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     $admins = $this_fed->listFederationAdmins();
56 56
     $mailtext = "Hello,
57 57
 
58
-invitation tokens for the following new ". \config\ConfAssistant::CONSORTIUM['nomenclature_institution'] ." have recently expired:
58
+invitation tokens for the following new ". \config\ConfAssistant::CONSORTIUM['nomenclature_institution']." have recently expired:
59 59
 
60 60
 ";
61 61
     foreach ($listofinstnames as $instname) {
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     if ($numberofexistingidps > 0) {
66 66
         $mailtext .= "
67 67
 
68
-Additionally, $numberofexistingidps invitations for an existing ". \config\ConfAssistant::CONSORTIUM['nomenclature_institution']." have expired.
68
+Additionally, $numberofexistingidps invitations for an existing ".\config\ConfAssistant::CONSORTIUM['nomenclature_institution']." have expired.
69 69
         ";
70 70
     }
71 71
     $mailtext .= "
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 
74 74
 Greetings,
75 75
 
76
-A humble " . \config\Master::APPEARANCE['productname'] . " cron job
76
+A humble " . \config\Master::APPEARANCE['productname']." cron job
77 77
 ";
78 78
 
79 79
     foreach ($admins as $admin) {
Please login to merge, or discard this patch.
config/Master-template.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
                 'db' => 'cat',
215 215
                 'user' => 'someuser',
216 216
                 'pass' => 'somepass',
217
-                'readonly' => FALSE,],
217
+                'readonly' => FALSE, ],
218 218
             // this DB stores diagnostics data. The connection details can be
219 219
             // identical to INST as there is no table overlap
220 220
             'DIAGNOSTICS' => [
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
                 'db' => 'cat',
223 223
                 'user' => 'someuser',
224 224
                 'pass' => 'somepass',
225
-                'readonly' => FALSE,],
225
+                'readonly' => FALSE, ],
226 226
             // this slice of DB user is about the downloads table. The corresponding
227 227
             // DB user should have write access to update statistics and the cache
228 228
             // locations of installers. 
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
                 'db' => 'cat',
233 233
                 'user' => 'someuser',
234 234
                 'pass' => 'somepass',
235
-                'readonly' => FALSE,],
235
+                'readonly' => FALSE, ],
236 236
             // this slice of DB use is about user management in the user_options
237 237
             // table. Giving the corresponding user only read-only access means that
238 238
             // all user properties have to "magically" occur in the table by OOB
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
                 'db' => 'cat',
244 244
                 'user' => 'someuser',
245 245
                 'pass' => 'somepass',
246
-                'readonly' => FALSE,],
246
+                'readonly' => FALSE, ],
247 247
             /*   If you use this tool in conjunction with an external customer management database, you can configure that every 
248 248
              * institution entry in CAT MUST correspond to a customer entry in an external database. If you want this, set this
249 249
              * config variable to TRUE.
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
                 'db' => 'customer_db',
264 264
                 'user' => 'customerservice',
265 265
                 'pass' => '2lame4u',
266
-                'readonly' => TRUE,],
266
+                'readonly' => TRUE, ],
267 267
             'enforce-external-sync' => TRUE,
268 268
         ];
269 269
         /**
Please login to merge, or discard this patch.
web/resources/css/cat.css.php 1 patch
Spacing   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
  *          <base_url>/copyright.php after deploying the software
20 20
  */
21 21
 
22
-require dirname(dirname(dirname(dirname(__FILE__)))) . "/config/_config.php";
22
+require dirname(dirname(dirname(dirname(__FILE__))))."/config/_config.php";
23 23
 $colour1 = \config\Master::APPEARANCE['colour1'];
24 24
 $colour2 = \config\Master::APPEARANCE['colour2'];
25 25
 header('Content-type: text/css; charset=utf-8');
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 }
30 30
 
31 31
 body {
32
-    background: <?php echo $colour1;?>;
32
+    background: <?php echo $colour1; ?>;
33 33
     color: #000000;
34 34
     font-family:Verdana, Arial, Helvetica, sans-serif;
35 35
     font-size:11px;
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 }
45 45
 
46 46
 button {
47
-    background: <?php echo $colour2;?>; 
47
+    background: <?php echo $colour2; ?>; 
48 48
     color: #FFFFFF; 
49 49
     min-height: 23px;
50 50
     border-left-style: outset; 
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
 
396 396
 span.edu_cat {
397 397
     font-weight: bold;
398
-    color: <?php echo $colour2;?>;
398
+    color: <?php echo $colour2; ?>;
399 399
 }
400 400
 
401 401
 span.tooltip {
@@ -491,7 +491,7 @@  discard block
 block discarded – undo
491 491
     border-bottom-style:solid;
492 492
     border-top-width:5px; 
493 493
     border-bottom-width:5px; 
494
-    border-color: <?php echo $colour1;?>; 
494
+    border-color: <?php echo $colour1; ?>; 
495 495
     padding-left:30px;
496 496
 }
497 497
 
@@ -561,7 +561,7 @@  discard block
 block discarded – undo
561 561
 }
562 562
 
563 563
 #close_button {
564
-    background: <?php echo $colour2;?>; 
564
+    background: <?php echo $colour2; ?>; 
565 565
     color: #FFFFFF; 
566 566
     height: 23px;
567 567
     border-left-style: inset; 
@@ -636,7 +636,7 @@  discard block
 block discarded – undo
636 636
     width: 30em; 
637 637
     padding-left: 10px; 
638 638
     padding-right: 0px; 
639
-    background: <?php echo $colour2;?>; 
639
+    background: <?php echo $colour2; ?>; 
640 640
     color: white; 
641 641
     box-shadow: 10px 10px 5px #888888;
642 642
 }
@@ -683,7 +683,7 @@  discard block
 block discarded – undo
683 683
     padding-top: 4px; 
684 684
     padding-bottom: 12px; 
685 685
     padding-left: 30px; 
686
-    background: <?php echo $colour1;?>; 
686
+    background: <?php echo $colour1; ?>; 
687 687
     text-align: left; 
688 688
     text-shadow: 10px 10px 5px #888888;
689 689
 }
@@ -693,9 +693,9 @@  discard block
 block discarded – undo
693 693
     border-bottom-style:solid;
694 694
     border-top-width:5px;
695 695
     border-bottom-width:5px;
696
-    border-color: <?php echo $colour1;?>;
696
+    border-color: <?php echo $colour1; ?>;
697 697
     padding-left:30px;
698
-    color: <?php echo $colour2;?>;
698
+    color: <?php echo $colour2; ?>;
699 699
 }
700 700
 
701 701
 #heading h1 { 
@@ -714,7 +714,7 @@  discard block
 block discarded – undo
714 714
     text-align: justify;
715 715
     border-bottom-style:solid;
716 716
     border-bottom-width:5px;
717
-    border-color: <?php echo $colour1;?>;
717
+    border-color: <?php echo $colour1; ?>;
718 718
     font-size: 11px;
719 719
     font-weight: normal;
720 720
 }
@@ -761,7 +761,7 @@  discard block
 block discarded – undo
761 761
 
762 762
 #faq {
763 763
     padding: 20px;
764
-    color: <?php echo $colour2;?>;
764
+    color: <?php echo $colour2; ?>;
765 765
     background: #ffffff;
766 766
 }
767 767
 
@@ -813,7 +813,7 @@  discard block
 block discarded – undo
813 813
 
814 814
 #line1 {
815 815
     top:145px;
816
-    color: <?php echo $colour2;?>;
816
+    color: <?php echo $colour2; ?>;
817 817
     font-size:20px;
818 818
 }
819 819
 
@@ -860,7 +860,7 @@  discard block
 block discarded – undo
860 860
 
861 861
 #front_page_leftmenu {
862 862
     border-right:solid; 
863
-    border-color: <?php echo $colour1;?>; 
863
+    border-color: <?php echo $colour1; ?>; 
864 864
     border-width:5px; 
865 865
     min-height:400px; 
866 866
     padding-left: 10px; 
@@ -885,11 +885,11 @@  discard block
 block discarded – undo
885 885
 }
886 886
 
887 887
 a:link {
888
-    color:<?php echo $colour2;?>;
888
+    color:<?php echo $colour2; ?>;
889 889
 }
890 890
 
891 891
 a:visited {
892
-    color:<?php echo $colour2;?>;
892
+    color:<?php echo $colour2; ?>;
893 893
 }
894 894
 
895 895
 a:hover {
@@ -897,7 +897,7 @@  discard block
 block discarded – undo
897 897
 }
898 898
 
899 899
 a:active {
900
-    color:<?php echo $colour2;?>;
900
+    color:<?php echo $colour2; ?>;
901 901
 }
902 902
 
903 903
 .comment {
Please login to merge, or discard this patch.
web/diag/diag.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
  *          <base_url>/copyright.php after deploying the software
20 20
  */
21 21
 
22
-require_once dirname(dirname(dirname(__FILE__))) . "/config/_config.php";
22
+require_once dirname(dirname(dirname(__FILE__)))."/config/_config.php";
23 23
 $admin = filter_input(INPUT_GET, 'admin', FILTER_VALIDATE_INT);
24 24
 $auth = new \web\lib\admin\Authentication();
25 25
 $isauth = 0;
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
             unset($q_el[$idx]);
34 34
             $q_r = preg_replace("/\?.*/", "", $_SERVER['REQUEST_URI']);
35 35
             if (count($q_el)) {
36
-                $q_r = $q_r . '?' . implode('&', $q_el);
36
+                $q_r = $q_r.'?'.implode('&', $q_el);
37 37
             }
38 38
             $_SERVER['REQUEST_URI'] = $q_r;
39 39
         }
@@ -42,11 +42,11 @@  discard block
 block discarded – undo
42 42
     $auth->authenticate();
43 43
 }
44 44
 if (isset($_SESSION['admin_diag_auth'])) {
45
-   $admin =  1;
45
+   $admin = 1;
46 46
    unset($_SESSION['admin_diag_auth']);
47 47
 }
48 48
 $Gui = new \web\lib\user\Gui();
49 49
 $skinObject = new \web\lib\user\Skinjob($_REQUEST['skin'] ?? $_SESSION['skin'] ?? $fedskin[0] ?? \config\Master::APPEARANCE['skins'][0]);
50
-require "../skins/" . $skinObject->skin . "/diag/diag.php";
50
+require "../skins/".$skinObject->skin."/diag/diag.php";
51 51
 
52 52
 
Please login to merge, or discard this patch.
web/diag/action_realmcheck.php 1 patch
Spacing   +57 added lines, -57 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
  *          <base_url>/copyright.php after deploying the software
20 20
  */
21 21
 
22
-require_once dirname(dirname(__DIR__)) . "/config/_config.php";
22
+require_once dirname(dirname(__DIR__))."/config/_config.php";
23 23
 
24 24
 $loggerInstance = new \core\common\Logging();
25 25
 
@@ -55,13 +55,13 @@  discard block
 block discarded – undo
55 55
         $testsuite = new \core\diag\RADIUSTests($check_realm, $my_profile->getRealmCheckOuterUsername(), $my_profile->getEapMethodsinOrderOfPreference(1), $my_profile->getCollapsedAttributes()['eap:server_name'], $my_profile->getCollapsedAttributes()["eap:ca_file"]);
56 56
         $rfc7585suite = new \core\diag\RFC7585Tests($check_realm);
57 57
     } else {
58
-        $error_message = _("You asked for a realm check, but we don't know the realm for this profile!") . "</p>";
58
+        $error_message = _("You asked for a realm check, but we don't know the realm for this profile!")."</p>";
59 59
     }
60 60
 } else { // someone else's realm... only shallow checks
61 61
     $check_realm = $validator->realm($realm ?? $_SESSION['check_realm'] ?? "");
62 62
     if ($check_realm !== FALSE) {
63 63
         $_SESSION['check_realm'] = $check_realm;
64
-        $testsuite = new \core\diag\RADIUSTests($check_realm, "@" . $check_realm);
64
+        $testsuite = new \core\diag\RADIUSTests($check_realm, "@".$check_realm);
65 65
         $rfc7585suite = new \core\diag\RFC7585Tests($check_realm);
66 66
     } else {
67 67
         $error_message = _("No valid realm name given, cannot execute any checks!");
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     var listofcas = "<?php echo _("You should update your list of accredited CAs") ?>";
110 110
     var getitfrom = "<?php echo _("Get it from here.") ?>";
111 111
     var listsource = "<?php echo \config\Diagnostics::RADIUSTESTS['accreditedCAsURL'] ?>";
112
-    var moretext = "<?php echo _("more") . "&raquo;" ?>";
112
+    var moretext = "<?php echo _("more")."&raquo;" ?>";
113 113
     var lesstext = "<?php echo "&laquo" ?>";
114 114
     var morealltext = "<?php echo _("Show detailed information for all tests") ?>";
115 115
     var unknownca_code = "<?php echo \core\diag\RADIUSTests::CERTPROB_UNKNOWN_CA ?>";
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
                         }
247 247
                     }
248 248
                     cliinfo = cliinfo + '<li><table><tbody><tr><td class="icon_td"><img class="icon" src="' + icons[level] + '" style="width: 24px;"></td><td>' + state;
249
-                    cliinfo = cliinfo + ' <?php echo "(" . sprintf(_("elapsed time: %sms."), "'+data.ca[key].certificate[c].time_millisec+'&nbsp;") . ")"; ?>' + add + '</td></tr>';
249
+                    cliinfo = cliinfo + ' <?php echo "(".sprintf(_("elapsed time: %sms."), "'+data.ca[key].certificate[c].time_millisec+'&nbsp;").")"; ?>' + add + '</td></tr>';
250 250
                     cliinfo = cliinfo + '</tbody></table></ul></li>';
251 251
                     if (data.ca[key].certificate[c].finalerror === 1) {
252 252
                         cliinfo = cliinfo + '<li>' + restskipped + '</li>';
@@ -416,8 +416,8 @@  discard block
 block discarded – undo
416 416
 <?php
417 417
 foreach (\config\Diagnostics::RADIUSTESTS['UDP-hosts'] as $hostindex => $host) {
418 418
     print "
419
-$(\"#live_src" . $hostindex . "_img\").attr('src',icon_loading);
420
-$(\"#live_src" . $hostindex . "_img\").show();
419
+$(\"#live_src" . $hostindex."_img\").attr('src',icon_loading);
420
+$(\"#live_src" . $hostindex."_img\").show();
421 421
     $.ajax({
422 422
         url: 'radius_tests.php?src=0&hostindex=$hostindex&realm='+realm,
423 423
         type: 'POST',
@@ -447,15 +447,15 @@  discard block
 block discarded – undo
447 447
 <?php
448 448
 foreach (\config\Diagnostics::RADIUSTESTS['UDP-hosts'] as $hostindex => $host) {
449 449
     if ($my_profile !== NULL) {
450
-        $extraarg = "profile_id: " . $my_profile->identifier . ", ";
450
+        $extraarg = "profile_id: ".$my_profile->identifier.", ";
451 451
     } else {
452 452
         $extraarg = "";
453 453
     }
454 454
     print "
455
-$(\"#src" . $hostindex . "_img\").attr('src',icon_loading);
455
+$(\"#src" . $hostindex."_img\").attr('src',icon_loading);
456 456
 $(\"#src$hostindex\").html('');
457 457
 running_ajax_stat++;
458
-$.get('radius_tests.php',{test_type: 'udp', $extraarg realm: realm, src: $hostindex, lang: '" . $gui->languageInstance->getLang() . "', hostindex: '$hostindex'  }, udp, 'json');
458
+$.get('radius_tests.php',{test_type: 'udp', $extraarg realm: realm, src: $hostindex, lang: '".$gui->languageInstance->getLang()."', hostindex: '$hostindex'  }, udp, 'json');
459 459
 
460 460
 ";
461 461
 }
@@ -482,7 +482,7 @@  discard block
 block discarded – undo
482 482
     if ($check_realm === FALSE) {
483 483
         print "<p>$error_message</p>";
484 484
     } else {
485
-        print "<h1>" . sprintf(_("Realm testing for: %s"), $check_realm) . "</h1>\n";
485
+        print "<h1>".sprintf(_("Realm testing for: %s"), $check_realm)."</h1>\n";
486 486
         ?>
487 487
         <div id="debug_out" style="display: none"></div>
488 488
         <div id="tabs" style="min-width: 600px; max-width:800px">
@@ -499,12 +499,12 @@  discard block
 block discarded – undo
499 499
                     </legend>
500 500
                     <?php
501 501
                     // NAPTR existence check
502
-                    echo "<strong>" . _("DNS chekcs") . "</strong><div>";
502
+                    echo "<strong>"._("DNS chekcs")."</strong><div>";
503 503
                     $naptr = $rfc7585suite->relevantNAPTR();
504 504
                     if ($naptr != \core\diag\RADIUSTests::RETVAL_NOTCONFIGURED) {
505 505
                         echo "<table>";
506 506
                         // output in friendly words
507
-                        echo "<tr><td>" . _("Checking NAPTR existence:") . "</td><td>";
507
+                        echo "<tr><td>"._("Checking NAPTR existence:")."</td><td>";
508 508
                         switch ($naptr) {
509 509
                             case \core\diag\RFC7585Tests::RETVAL_NONAPTR:
510 510
                                 echo _("This realm has no NAPTR records.");
@@ -519,7 +519,7 @@  discard block
 block discarded – undo
519 519
 
520 520
                         // compliance checks for NAPTRs
521 521
                         if ($naptr > 0) {
522
-                            echo "<tr><td>" . _("Checking NAPTR compliance (flag = S and regex = {empty}):") . "</td><td>";
522
+                            echo "<tr><td>"._("Checking NAPTR compliance (flag = S and regex = {empty}):")."</td><td>";
523 523
                             $naptr_valid = $rfc7585suite->relevantNAPTRcompliance();
524 524
                             switch ($naptr_valid) {
525 525
                                 case \core\diag\RADIUSTests::RETVAL_OK:
@@ -536,7 +536,7 @@  discard block
 block discarded – undo
536 536
 
537 537
                         if ($naptr > 0 && $naptr_valid == \core\diag\RADIUSTests::RETVAL_OK) {
538 538
                             $srv = $rfc7585suite->relevantNAPTRsrvResolution();
539
-                            echo "<tr><td>" . _("Checking SRVs:") . "</td><td>";
539
+                            echo "<tr><td>"._("Checking SRVs:")."</td><td>";
540 540
                             switch ($srv) {
541 541
                                 case \core\diag\RADIUSTests::RETVAL_SKIPPED:
542 542
                                     echo _("This check was skipped.");
@@ -552,7 +552,7 @@  discard block
 block discarded – undo
552 552
                         // IP addresses for the hosts
553 553
                         if ($naptr > 0 && $naptr_valid == \core\diag\RADIUSTests::RETVAL_OK && $srv > 0) {
554 554
                             $hosts = $rfc7585suite->relevantNAPTRhostnameResolution();
555
-                            echo "<tr><td>" . _("Checking IP address resolution:") . "</td><td>";
555
+                            echo "<tr><td>"._("Checking IP address resolution:")."</td><td>";
556 556
                             switch ($srv) {
557 557
                                 case \core\diag\RADIUSTests::RETVAL_SKIPPED:
558 558
                                     echo _("This check was skipped.");
@@ -568,12 +568,12 @@  discard block
 block discarded – undo
568 568
 
569 569
                         echo "</table><br/><br/>";
570 570
                         if (count($testsuite->listerrors()) == 0) {
571
-                            echo sprintf(_("Realm is <strong>%s</strong> "), _(($naptr > 0 ? "DYNAMIC" : "STATIC"))) . _("with no DNS errors encountered. Congratulations!");
571
+                            echo sprintf(_("Realm is <strong>%s</strong> "), _(($naptr > 0 ? "DYNAMIC" : "STATIC")))._("with no DNS errors encountered. Congratulations!");
572 572
                         } else {
573
-                            echo sprintf(_("Realm is <strong>%s</strong> "), _(($naptr > 0 ? "DYNAMIC" : "STATIC"))) . _("but there were DNS errors! Check them!") . " " . _("You should re-run the tests after fixing the errors; more errors might be uncovered at that point. The exact error causes are listed below.");
573
+                            echo sprintf(_("Realm is <strong>%s</strong> "), _(($naptr > 0 ? "DYNAMIC" : "STATIC")))._("but there were DNS errors! Check them!")." "._("You should re-run the tests after fixing the errors; more errors might be uncovered at that point. The exact error causes are listed below.");
574 574
                             echo "<div class='notacceptable'><table>";
575 575
                             foreach ($testsuite->listerrors() as $details) {
576
-                                echo "<tr><td>" . $details['TYPE'] . "</td><td>" . $details['TARGET'] . "</td></tr>";
576
+                                echo "<tr><td>".$details['TYPE']."</td><td>".$details['TARGET']."</td></tr>";
577 577
                             }
578 578
                             echo "</table></div>";
579 579
                         }
@@ -589,25 +589,25 @@  discard block
 block discarded – undo
589 589
                  $("#dynamic_tests").show();
590 590
               ';
591 591
                         foreach ($rfc7585suite->NAPTR_hostname_records as $hostindex => $addr) {
592
-                            $host = ($addr['family'] == "IPv6" ? "[" : "") . $addr['IP'] . ($addr['family'] == "IPv6" ? "]" : "") . ":" . $addr['port'];
592
+                            $host = ($addr['family'] == "IPv6" ? "[" : "").$addr['IP'].($addr['family'] == "IPv6" ? "]" : "").":".$addr['port'];
593 593
                             print "
594 594
                             running_ajax_dyn++;
595
-                            $.ajax({url:'radius_tests.php', data:{test_type: 'capath', realm: realm, src: '$host', lang: '" . $gui->languageInstance->getLang() . "', hostindex: '$hostindex' }, error: eee, success: capath, dataType: 'json'}); 
595
+                            $.ajax({url:'radius_tests.php', data:{test_type: 'capath', realm: realm, src: '$host', lang: '".$gui->languageInstance->getLang()."', hostindex: '$hostindex' }, error: eee, success: capath, dataType: 'json'}); 
596 596
                             running_ajax_dyn++;
597
-                            $.ajax({url:'radius_tests.php', data:{test_type: 'clients', realm: realm, src: '$host', lang: '" . $gui->languageInstance->getLang() . "', hostindex: '$hostindex' }, error: eee, success: clients, dataType: 'json'}); 
597
+                            $.ajax({url:'radius_tests.php', data:{test_type: 'clients', realm: realm, src: '$host', lang: '".$gui->languageInstance->getLang()."', hostindex: '$hostindex' }, error: eee, success: clients, dataType: 'json'}); 
598 598
                        ";
599 599
                         }
600 600
                         echo "}
601 601
               </script><hr>";
602 602
                     } else {
603
-                        echo "<tr><td>" . _("Dynamic discovery test is not configured") . "</td><td>";
603
+                        echo "<tr><td>"._("Dynamic discovery test is not configured")."</td><td>";
604 604
                     }
605
-                    echo "<strong>" . _("Static connectivity tests") . "</strong>
605
+                    echo "<strong>"._("Static connectivity tests")."</strong>
606 606
          <table><tr>
607 607
          <td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='main_static_ico' class='icon'></td><td id='main_static_result' style='display:none'>&nbsp;</td>
608 608
          </tr></table>";
609 609
                     if ($naptr > 0) {
610
-                        echo "<hr><strong>" . _("Dynamic connectivity tests") . "</strong>
610
+                        echo "<hr><strong>"._("Dynamic connectivity tests")."</strong>
611 611
          <table><tr>
612 612
          <td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='main_dynamic_ico' class='icon'></td><td id='main_dynamic_result' style='display:none'>&nbsp;</td>
613 613
          </tr></table>";
@@ -627,12 +627,12 @@  discard block
 block discarded – undo
627 627
                     print "<p>";
628 628
                     foreach (\config\Diagnostics::RADIUSTESTS['UDP-hosts'] as $hostindex => $host) {
629 629
                         print "<hr>";
630
-                        printf(_("Testing from: %s"), "<strong>" . \config\Diagnostics::RADIUSTESTS['UDP-hosts'][$hostindex]['display_name'] . "</strong>");
630
+                        printf(_("Testing from: %s"), "<strong>".\config\Diagnostics::RADIUSTESTS['UDP-hosts'][$hostindex]['display_name']."</strong>");
631 631
                         print "<table id='results$hostindex'  style='width:100%' class='udp_results'>
632 632
 <tr>
633
-<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='src" . $hostindex . "_img'></td>
633
+<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='src".$hostindex."_img'></td>
634 634
 <td id='src$hostindex' colspan=2>
635
-" . _("testing...") . "
635
+"._("testing...")."
636 636
 </td>
637 637
 </tr>
638 638
 </table>";
@@ -651,21 +651,21 @@  discard block
 block discarded – undo
651 651
 
652 652
                     <?php
653 653
                     echo "<div id='dynamic_tests'><fieldset class='option_container'>
654
-                <legend><strong>" . _("DYNAMIC connectivity tests") . "</strong></legend>";
654
+                <legend><strong>" . _("DYNAMIC connectivity tests")."</strong></legend>";
655 655
 
656 656
                     $resultstoprint = [];
657 657
                     if (count($rfc7585suite->NAPTR_hostname_records) > 0) {
658
-                        $resultstoprint[] = '<table style="align:right; display: none;" id="dynamic_result_fail">' . _("Some errors were found during the tests, see below") . '</table><table style="align:right; display: none;" id="dynamic_result_pass">' . _("All tests passed, congratulations!") . '</table>';
659
-                        $resultstoprint[] = '<div style="align:right;"><a href="" class="moreall">' . _('Show detailed information for all tests') . '</a></div>' . '<p><strong>' . _("Checking server handshake...") . "</strong><p>";
658
+                        $resultstoprint[] = '<table style="align:right; display: none;" id="dynamic_result_fail">'._("Some errors were found during the tests, see below").'</table><table style="align:right; display: none;" id="dynamic_result_pass">'._("All tests passed, congratulations!").'</table>';
659
+                        $resultstoprint[] = '<div style="align:right;"><a href="" class="moreall">'._('Show detailed information for all tests').'</a></div>'.'<p><strong>'._("Checking server handshake...")."</strong><p>";
660 660
                         foreach ($rfc7585suite->NAPTR_hostname_records as $hostindex => $addr) {
661
-                            $bracketaddr = ($addr["family"] == "IPv6" ? "[" . $addr["IP"] . "]" : $addr["IP"]);
662
-                            $resultstoprint[] = '<p><strong>' . $bracketaddr . ' TCP/' . $addr['port'] . '</strong>';
661
+                            $bracketaddr = ($addr["family"] == "IPv6" ? "[".$addr["IP"]."]" : $addr["IP"]);
662
+                            $resultstoprint[] = '<p><strong>'.$bracketaddr.' TCP/'.$addr['port'].'</strong>';
663 663
                             $resultstoprint[] = '<ul style="list-style-type: none;" class="caresult"><li>';
664 664
                             $resultstoprint[] = "<table id='caresults$hostindex'  style='width:100%'>
665 665
 <tr>
666
-<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcca" . $hostindex . "_img'></td>
666
+<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcca".$hostindex."_img'></td>
667 667
 <td id='srcca$hostindex'>
668
-" . _("testing...") . "
668
+"._("testing...")."
669 669
 </td>
670 670
 </tr>
671 671
 </table>";
@@ -673,12 +673,12 @@  discard block
 block discarded – undo
673 673
                         }
674 674
                         $clientstest = [];
675 675
                         foreach ($rfc7585suite->NAPTR_hostname_records as $hostindex => $addr) {
676
-                            $clientstest[] = '<p><strong>' . $addr['IP'] . ' TCP/' . $addr['port'] . '</strong></p><ol>';
676
+                            $clientstest[] = '<p><strong>'.$addr['IP'].' TCP/'.$addr['port'].'</strong></p><ol>';
677 677
                             $clientstest[] = "<span id='clientresults$hostindex$clinx'><table style='width:100%'>
678 678
 <tr>
679
-<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcclient" . $hostindex . "_img'></td>
679
+<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcclient".$hostindex."_img'></td>
680 680
 <td id='srcclient$hostindex'>
681
-" . _("testing...") . "
681
+"._("testing...")."
682 682
 </td>
683 683
 </tr>
684 684
 </table></span>";
@@ -686,7 +686,7 @@  discard block
 block discarded – undo
686 686
                         }
687 687
                         echo '<div style="align:right;">';
688 688
                         echo join('', $resultstoprint);
689
-                        echo '<span id="clientstest" style="display: none;"><p><hr><b>' . _('Checking if certificates from  CAs are accepted...') . '</b><p>' . _('A few client certificates will be tested to check if servers are resistant to some certificate problems.') . '<p>';
689
+                        echo '<span id="clientstest" style="display: none;"><p><hr><b>'._('Checking if certificates from  CAs are accepted...').'</b><p>'._('A few client certificates will be tested to check if servers are resistant to some certificate problems.').'<p>';
690 690
                         print join('', $clientstest);
691 691
                         echo '</span>';
692 692
                         echo '</div>';
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
                 //     check if truncates/dies on Operator-Name
701 701
                 if ($my_profile !== NULL) {
702 702
                     echo "<div id='tabs-4'><fieldset class='option_container'>
703
-                <legend><strong>" . _("Live login test") . "</strong></legend>";
703
+                <legend><strong>" . _("Live login test")."</strong></legend>";
704 704
                     $prof_compl = $my_profile->getEapMethodsinOrderOfPreference(1);
705 705
                     if (count($prof_compl) > 0) {
706 706
                         $passwordReqired = FALSE;
@@ -713,34 +713,34 @@  discard block
 block discarded – undo
713 713
                                 $clientCertRequired = TRUE;
714 714
                             }
715 715
                         }
716
-                        echo "<div id='disposable_credential_container'><p>" . _("If you enter an existing login credential here, you can test the actual authentication from various checkpoints all over the world.") . "</p>
717
-                    <p>" . _("The test will use all EAP types you have set in your profile information to check whether the right CAs and server names are used, and of course whether the login with these credentials and the given EAP type actually worked. If you have set anonymous outer ID, the test will use that.") . "</p>
718
-                    <p>" . _("Note: the tool purposefully does not offer you to save these credentials, and they will never be saved in any way on the server side. Please use only <strong>temporary test accounts</strong> here; permanently valid test accounts in the wild are considered harmful!") . "</p></div>
716
+                        echo "<div id='disposable_credential_container'><p>"._("If you enter an existing login credential here, you can test the actual authentication from various checkpoints all over the world.")."</p>
717
+                    <p>" . _("The test will use all EAP types you have set in your profile information to check whether the right CAs and server names are used, and of course whether the login with these credentials and the given EAP type actually worked. If you have set anonymous outer ID, the test will use that.")."</p>
718
+                    <p>" . _("Note: the tool purposefully does not offer you to save these credentials, and they will never be saved in any way on the server side. Please use only <strong>temporary test accounts</strong> here; permanently valid test accounts in the wild are considered harmful!")."</p></div>
719 719
                     <form enctype='multipart/form-data' id='live_form' accept-charset='UTF-8'>
720 720
                     <input type='hidden' name='test_type' value='udp_login'>
721
-                    <input type='hidden' name='lang' value='" . $gui->languageInstance->getLang() . "'>
722
-                    <input type='hidden' name='profile_id' value='" . $my_profile->identifier . "'>
721
+                    <input type='hidden' name='lang' value='" . $gui->languageInstance->getLang()."'>
722
+                    <input type='hidden' name='profile_id' value='" . $my_profile->identifier."'>
723 723
                     <table id='live_tests'>";
724 724
 // if any password based EAP methods are available enable this section
725 725
                         if ($passwordReqired) {
726
-                            echo "<tr><td colspan='2'><strong>" . _("Password-based EAP types") . "</strong></td></tr>
727
-                        <tr><td>" . _("Real (inner) username:") . "</td><td><input type='text' id='username' class='mandatory' name='username'/></td></tr>";
728
-                            echo "<tr><td>" . _("Anonymous outer ID (optional):") . "</td><td><input type='text' id='outer_username' name='outer_username'/></td></tr>";
729
-                            echo "<tr><td>" . _("Password:") . "</td><td><input type='text' id='password' class='mandatory' name='password'/></td></tr>";
726
+                            echo "<tr><td colspan='2'><strong>"._("Password-based EAP types")."</strong></td></tr>
727
+                        <tr><td>" . _("Real (inner) username:")."</td><td><input type='text' id='username' class='mandatory' name='username'/></td></tr>";
728
+                            echo "<tr><td>"._("Anonymous outer ID (optional):")."</td><td><input type='text' id='outer_username' name='outer_username'/></td></tr>";
729
+                            echo "<tr><td>"._("Password:")."</td><td><input type='text' id='password' class='mandatory' name='password'/></td></tr>";
730 730
                         }
731 731
                         // ask for cert + privkey if TLS-based method is active
732 732
                         if ($clientCertRequired) {
733
-                            echo "<tr><td colspan='2'><strong>" . _("Certificate-based EAP types") . "</strong></td></tr>
734
-                        <tr><td>" . _("Certificate file (.p12 or .pfx):") . "</td><td><input type='file' id='cert' accept='application/x-pkcs12' name='cert'/></td></tr>
735
-                        <tr><td>" . _("Certificate password, if any:") . "</td><td><input type='text' id='privkey' name='privkey_pass'/></td></tr>
736
-                        <tr><td>" . _("Username, if different from certificate Subject:") . "</td><td><input type='text' id='tls_username' name='tls_username'/></td></tr>";
733
+                            echo "<tr><td colspan='2'><strong>"._("Certificate-based EAP types")."</strong></td></tr>
734
+                        <tr><td>" . _("Certificate file (.p12 or .pfx):")."</td><td><input type='file' id='cert' accept='application/x-pkcs12' name='cert'/></td></tr>
735
+                        <tr><td>" . _("Certificate password, if any:")."</td><td><input type='text' id='privkey' name='privkey_pass'/></td></tr>
736
+                        <tr><td>" . _("Username, if different from certificate Subject:")."</td><td><input type='text' id='tls_username' name='tls_username'/></td></tr>";
737 737
                         }
738
-                        echo "<tr><td colspan='2'><button id='submit_credentials'>" . _("Submit credentials") . "</button></td></tr></table></form>";
738
+                        echo "<tr><td colspan='2'><button id='submit_credentials'>"._("Submit credentials")."</button></td></tr></table></form>";
739 739
                         echo "<div id='live_login_results' style='display:none'>";
740 740
                         foreach (\config\Diagnostics::RADIUSTESTS['UDP-hosts'] as $hostindex => $host) {
741 741
                             print "<hr>";
742
-                            printf(_("Testing from: %s"), "<strong>" . \config\Diagnostics::RADIUSTESTS['UDP-hosts'][$hostindex]['display_name'] . "</strong>");
743
-                            print "<span style='position:relative'><img src='../resources/images/icons/loading51.gif' id='live_src" . $hostindex . "_img' style='width:24px; position: absolute; left: 20px; bottom: 0px; '></span>";
742
+                            printf(_("Testing from: %s"), "<strong>".\config\Diagnostics::RADIUSTESTS['UDP-hosts'][$hostindex]['display_name']."</strong>");
743
+                            print "<span style='position:relative'><img src='../resources/images/icons/loading51.gif' id='live_src".$hostindex."_img' style='width:24px; position: absolute; left: 20px; bottom: 0px; '></span>";
744 744
                             print "<div id='eap_test$hostindex' class='eap_test_results'></div>";
745 745
                         }
746 746
                         echo "</div>";
@@ -757,7 +757,7 @@  discard block
 block discarded – undo
757 757
             if (isset($_POST['comefrom'])) {
758 758
                 $return = htmlspecialchars_decode($_POST['comefrom'])."?inst_id=".$my_inst->identifier;
759 759
                 echo "<form method='post' action='$return' accept-charset='UTF-8'>
760
-                    <button type='submit' name='submitbutton' value='" . web\lib\common\FormElements::BUTTON_CLOSE . "'>" . sprintf(_("Return to %s administrator area"), core\common\Entity::$nomenclature_inst) . "</button>"
760
+                    <button type='submit' name='submitbutton' value='".web\lib\common\FormElements::BUTTON_CLOSE."'>".sprintf(_("Return to %s administrator area"), core\common\Entity::$nomenclature_inst)."</button>"
761 761
                 . "</form>";
762 762
             }
763 763
             if ($check_realm !== FALSE) {
Please login to merge, or discard this patch.