@@ -578,9 +578,9 @@ discard block |
||
| 578 | 578 | $naptr = $rfc7585suite->relevantNAPTR(); |
| 579 | 579 | if ($naptr == \core\diag\RADIUSTests::RETVAL_NOTCONFIGURED) { |
| 580 | 580 | if ($dynType == "") { |
| 581 | - echo "<tr><td>" . _("Dynamic discovery test is not configured") . "</td><td>"; |
|
| 581 | + echo "<tr><td>" . _("Dynamic discovery test is not configured") . "</td><td>"; |
|
| 582 | 582 | } else { |
| 583 | - echo "<tr><td>" . _("OpenRoaming connectivity test is not configured") . "</td><td>"; |
|
| 583 | + echo "<tr><td>" . _("OpenRoaming connectivity test is not configured") . "</td><td>"; |
|
| 584 | 584 | } |
| 585 | 585 | } else { |
| 586 | 586 | echo "<table>"; |
@@ -698,7 +698,7 @@ discard block |
||
| 698 | 698 | echo "} |
| 699 | 699 | </script>"; |
| 700 | 700 | } else { |
| 701 | - echo ' |
|
| 701 | + echo ' |
|
| 702 | 702 | function run_openroaming() { |
| 703 | 703 | running_ajax_openroaming = 0; |
| 704 | 704 | $("#main_openroaming_ico").attr("src",icon_loading); |
@@ -720,10 +720,10 @@ discard block |
||
| 720 | 720 | } |
| 721 | 721 | } |
| 722 | 722 | if ($dynType == '') { |
| 723 | - $naptrs[0] = $naptr; |
|
| 724 | - } else { |
|
| 725 | - $naptrs[1] = $naptr; |
|
| 726 | - } |
|
| 723 | + $naptrs[0] = $naptr; |
|
| 724 | + } else { |
|
| 725 | + $naptrs[1] = $naptr; |
|
| 726 | + } |
|
| 727 | 727 | } |
| 728 | 728 | echo "<strong>" . _("Static connectivity tests") . "</strong> |
| 729 | 729 | <table><tr> |
@@ -736,7 +736,7 @@ discard block |
||
| 736 | 736 | </tr></table>"; |
| 737 | 737 | } |
| 738 | 738 | if (isset($orrealm) && count($orrealm) && ($naptrs[1] > 0)) { |
| 739 | - echo "<hr><strong>" . _("OpenRoaming connectivity tests") . "</strong> |
|
| 739 | + echo "<hr><strong>" . _("OpenRoaming connectivity tests") . "</strong> |
|
| 740 | 740 | <table><tr> |
| 741 | 741 | <td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='main_openroaming_ico' class='icon'></td><td id='main_openroaming_result' style='display:none'> </td> |
| 742 | 742 | </tr></table>"; |
@@ -774,12 +774,12 @@ discard block |
||
| 774 | 774 | <?php |
| 775 | 775 | for ($i=3; $i<5; $i++) { |
| 776 | 776 | if ($i == 3 && $naptrs[0] <= 0) { |
| 777 | - continue; |
|
| 777 | + continue; |
|
| 778 | 778 | } |
| 779 | 779 | if ($i == 4) { |
| 780 | - if ((count($orrealm) == 0) || ($naptrs[1] <= 0)) { |
|
| 781 | - continue; |
|
| 782 | - } |
|
| 780 | + if ((count($orrealm) == 0) || ($naptrs[1] <= 0)) { |
|
| 781 | + continue; |
|
| 782 | + } |
|
| 783 | 783 | } |
| 784 | 784 | if ($i == 3) { |
| 785 | 785 | $rfc7585suite = $dnsChecks; |
@@ -796,16 +796,16 @@ discard block |
||
| 796 | 796 | echo "_tests'><fieldset class='option_container'> |
| 797 | 797 | <legend><strong>"; |
| 798 | 798 | if ($i==3) { |
| 799 | - echo _("DYNAMIC connectivity tests"); |
|
| 799 | + echo _("DYNAMIC connectivity tests"); |
|
| 800 | 800 | } else { |
| 801 | - echo _("OpenRoaming connectivity tests"); |
|
| 801 | + echo _("OpenRoaming connectivity tests"); |
|
| 802 | 802 | } |
| 803 | 803 | echo "</strong></legend>"; |
| 804 | 804 | $prefix1 = 'dynamic'; |
| 805 | 805 | $prefix2 = ''; |
| 806 | 806 | if ($i == 4) { |
| 807 | - $prefix1 = 'openroaming'; |
|
| 808 | - $prefix2 = $prefix1; |
|
| 807 | + $prefix1 = 'openroaming'; |
|
| 808 | + $prefix2 = $prefix1; |
|
| 809 | 809 | } |
| 810 | 810 | $resultstoprint = []; |
| 811 | 811 | if (count($rfc7585suite->NAPTR_hostname_records) > 0) { |