Test Failed
Push — master ( 6f90ed...56e405 )
by Maja
10:12
created
web/admin/overview_org.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -440,7 +440,7 @@  discard block
 block discarded – undo
440 440
                         <?php
441 441
                         if ($deploymentObject->radsec_cert != NULL) {
442 442
                             echo _('If your certificate is close to expiry or you need to create new RADSEC over TLS credentials') . '<br>' .
443
-                                 _('click on "Renew RADSEC over TLS credentials" button');
443
+                                    _('click on "Renew RADSEC over TLS credentials" button');
444 444
                         }
445 445
                         ?>
446 446
                 </td></tr>
@@ -652,9 +652,9 @@  discard block
 block discarded – undo
652 652
     foreach (array($dsp->host1_v4, $dsp->host2_v4) as $host) {
653 653
         $connection = @fsockopen($host, \config\Master::MANAGEDSP['radiusconfigport']);
654 654
         if (is_resource($connection)) {
655
-           fclose($connection);
655
+            fclose($connection);
656 656
         } else {
657
-           return false;
657
+            return false;
658 658
         }
659 659
     }
660 660
     return true;
@@ -887,7 +887,7 @@  discard block
 block discarded – undo
887 887
                             </button>
888 888
                             <span style='color: red;'>
889 889
                             <?php if ($hasMail == 0) { 
890
-                              echo _("Helpdesk mail address is required but missing!");  
890
+                                echo _("Helpdesk mail address is required but missing!");  
891 891
                             }
892 892
                             ?>
893 893
                             </span>
Please login to merge, or discard this patch.