@@ -19,7 +19,7 @@ discard block |
||
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 | $uiElements = new web\lib\admin\UIElements(); |
25 | 25 | |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | // filesystem cleanup |
73 | 73 | case web\lib\common\FormElements::BUTTON_DELETE: |
74 | 74 | $i = web\lib\admin\Maintenance::deleteObsoleteTempDirs(); |
75 | - echo "<div class='ca-summary'><table>" . $uiElements->boxRemark(sprintf("Deleted %d cache directories.", $i), "Cache deleted") . "</table></div>"; |
|
75 | + echo "<div class='ca-summary'><table>".$uiElements->boxRemark(sprintf("Deleted %d cache directories.", $i), "Cache deleted")."</table></div>"; |
|
76 | 76 | break; |
77 | 77 | default: |
78 | 78 | break; |
@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | $admin_query = $dbHandle->exec("SELECT SUM(downloads_admin) AS admin, SUM(downloads_user) AS user, SUM(downloads_silverbullet) as silverbullet FROM downloads WHERE device_id = '$index'"); |
139 | 139 | // SELECT -> mysqli_result, not boolean |
140 | 140 | while ($a = mysqli_fetch_object(/** @scrutinizer ignore-type */ $admin_query)) { |
141 | - echo "<td>" . $device_array['display'] . "</td><td>" . $a->admin . "</td><td>" . $a->user . "</td><td>" . $a->silverbullet . "</td><td>" . sprintf("%s", $a->user + $a->silverbullet) . "</td>"; |
|
141 | + echo "<td>".$device_array['display']."</td><td>".$a->admin."</td><td>".$a->user."</td><td>".$a->silverbullet."</td><td>".sprintf("%s", $a->user + $a->silverbullet)."</td>"; |
|
142 | 142 | $gross_admin = $gross_admin + $a->admin; |
143 | 143 | $gross_user = $gross_user + $a->user; |
144 | 144 | $gross_silverbullet = $gross_silverbullet + $a->silverbullet; |
@@ -19,7 +19,7 @@ discard block |
||
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 | |
24 | 24 | $loggerInstance = new \core\common\Logging(); |
25 | 25 | $deco = new \web\lib\admin\PageDecoration(); |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | |
30 | 30 | $user = new \core\User($_SESSION['user']); |
31 | 31 | if (!isset($_POST['submitbutton']) || $_POST['submitbutton'] != web\lib\common\FormElements::BUTTON_SAVE) { // what are we supposed to do? |
32 | - echo "<p>" . _("The page was called with insufficient data. Please report this as an error.") . "</p>"; |
|
32 | + echo "<p>"._("The page was called with insufficient data. Please report this as an error.")."</p>"; |
|
33 | 33 | echo $deco->footer(); |
34 | 34 | exit(0); |
35 | 35 | } |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | if (isset($_POST['option'])) { |
47 | 47 | foreach ($_POST['option'] as $opt_id => $optname) { |
48 | 48 | if ($optname == "user:fedadmin") { |
49 | - echo "Security violation: user tried to make himself " . CONFIG_CONFASSISTANT['CONSORTIUM']['nomenclature_federation'] . " administrator!"; |
|
49 | + echo "Security violation: user tried to make himself ".CONFIG_CONFASSISTANT['CONSORTIUM']['nomenclature_federation']." administrator!"; |
|
50 | 50 | exit(1); |
51 | 51 | } |
52 | 52 | } |
@@ -19,7 +19,7 @@ discard block |
||
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 | $therealm = filter_input(INPUT_GET, 'realm', FILTER_SANITIZE_STRING); |
25 | 25 | $thevisited = filter_input(INPUT_GET, 'visited', FILTER_SANITIZE_STRING); |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | $validator = new \web\lib\common\InputValidation(); |
36 | 36 | |
37 | 37 | echo "<pre>"; |
38 | - echo "Testing " . $validatedRealm . " in " . $validator->string($thevisited); |
|
38 | + echo "Testing ".$validatedRealm." in ".$validator->string($thevisited); |
|
39 | 39 | print_r($telepath->magic()); |
40 | 40 | echo "</pre>"; |
41 | 41 | } |
42 | 42 | \ No newline at end of file |
@@ -19,7 +19,7 @@ discard block |
||
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 | CAT_session_start(); |
24 | 24 | $loggerInstance = new \core\common\Logging(); |
25 | 25 | $loggerInstance->debug(4, "Sociopath test\n"); |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | return NULL; |
34 | 34 | } |
35 | 35 | $loggerInstance->debug(4, $_SESSION['EVIDENCE']['QUESTIONSASKED']); |
36 | - $loggerInstance->debug(4, "\nAnswer question " . $QNUM . "\n"); |
|
36 | + $loggerInstance->debug(4, "\nAnswer question ".$QNUM."\n"); |
|
37 | 37 | switch ($answer) { |
38 | 38 | case 1: |
39 | 39 | $loggerInstance->debug(4, "Revaluate with FALSE"); |
@@ -19,7 +19,7 @@ |
||
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 | $sociopath = new \core\diag\Sociopath(); |
25 | 25 |
@@ -19,7 +19,7 @@ discard block |
||
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 |
||
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 |
||
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") . "»" ?>"; |
|
112 | + var moretext = "<?php echo _("more")."»" ?>"; |
|
113 | 113 | var lesstext = "<?php echo "«" ?>"; |
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 ?>"; |
@@ -245,7 +245,7 @@ discard block |
||
245 | 245 | } |
246 | 246 | } |
247 | 247 | cliinfo = cliinfo + '<li><table><tbody><tr><td class="icon_td"><img class="icon" src="' + icons[level] + '" style="width: 24px;"></td><td>' + state; |
248 | - cliinfo = cliinfo + ' <?php echo "(" . sprintf(_("elapsed time: %sms."), "'+data.ca[key].certificate[c].time_millisec+' ") . ")"; ?>' + add + '</td></tr>'; |
|
248 | + cliinfo = cliinfo + ' <?php echo "(".sprintf(_("elapsed time: %sms."), "'+data.ca[key].certificate[c].time_millisec+' ").")"; ?>' + add + '</td></tr>'; |
|
249 | 249 | cliinfo = cliinfo + '</tbody></table></ul></li>'; |
250 | 250 | if (data.ca[key].certificate[c].finalerror === 1) { |
251 | 251 | cliinfo = cliinfo + '<li>' + restskipped + '</li>'; |
@@ -413,8 +413,8 @@ discard block |
||
413 | 413 | <?php |
414 | 414 | foreach (CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'] as $hostindex => $host) { |
415 | 415 | print " |
416 | -$(\"#live_src" . $hostindex . "_img\").attr('src',icon_loading); |
|
417 | -$(\"#live_src" . $hostindex . "_img\").show(); |
|
416 | +$(\"#live_src" . $hostindex."_img\").attr('src',icon_loading); |
|
417 | +$(\"#live_src" . $hostindex."_img\").show(); |
|
418 | 418 | $.ajax({ |
419 | 419 | url: 'radius_tests.php?src=0&hostindex=$hostindex&realm='+realm, |
420 | 420 | type: 'POST', |
@@ -444,15 +444,15 @@ discard block |
||
444 | 444 | <?php |
445 | 445 | foreach (CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'] as $hostindex => $host) { |
446 | 446 | if ($my_profile !== NULL) { |
447 | - $extraarg = "profile_id: " . $my_profile->identifier . ", "; |
|
447 | + $extraarg = "profile_id: ".$my_profile->identifier.", "; |
|
448 | 448 | } else { |
449 | 449 | $extraarg = ""; |
450 | 450 | } |
451 | 451 | print " |
452 | -$(\"#src" . $hostindex . "_img\").attr('src',icon_loading); |
|
452 | +$(\"#src" . $hostindex."_img\").attr('src',icon_loading); |
|
453 | 453 | $(\"#src$hostindex\").html(''); |
454 | 454 | running_ajax_stat++; |
455 | -$.get('radius_tests.php',{test_type: 'udp', $extraarg realm: realm, src: $hostindex, lang: '" . $gui->langObject->getLang() . "', hostindex: '$hostindex' }, udp, 'json'); |
|
455 | +$.get('radius_tests.php',{test_type: 'udp', $extraarg realm: realm, src: $hostindex, lang: '".$gui->langObject->getLang()."', hostindex: '$hostindex' }, udp, 'json'); |
|
456 | 456 | |
457 | 457 | "; |
458 | 458 | } |
@@ -479,7 +479,7 @@ discard block |
||
479 | 479 | if ($check_realm === FALSE) { |
480 | 480 | print "<p>$error_message</p>"; |
481 | 481 | } else { |
482 | - print "<h1>" . sprintf(_("Realm testing for: %s"), $check_realm) . "</h1>\n"; |
|
482 | + print "<h1>".sprintf(_("Realm testing for: %s"), $check_realm)."</h1>\n"; |
|
483 | 483 | ?> |
484 | 484 | <div id="debug_out" style="display: none"></div> |
485 | 485 | <div id="tabs" style="min-width: 600px; max-width:800px"> |
@@ -496,12 +496,12 @@ discard block |
||
496 | 496 | </legend> |
497 | 497 | <?php |
498 | 498 | // NAPTR existence check |
499 | - echo "<strong>" . _("DNS chekcs") . "</strong><div>"; |
|
499 | + echo "<strong>"._("DNS chekcs")."</strong><div>"; |
|
500 | 500 | $naptr = $rfc7585suite->relevantNAPTR(); |
501 | 501 | if ($naptr != \core\diag\RADIUSTests::RETVAL_NOTCONFIGURED) { |
502 | 502 | echo "<table>"; |
503 | 503 | // output in friendly words |
504 | - echo "<tr><td>" . _("Checking NAPTR existence:") . "</td><td>"; |
|
504 | + echo "<tr><td>"._("Checking NAPTR existence:")."</td><td>"; |
|
505 | 505 | switch ($naptr) { |
506 | 506 | case \core\diag\RFC7585Tests::RETVAL_NONAPTR: |
507 | 507 | echo _("This realm has no NAPTR records."); |
@@ -516,7 +516,7 @@ discard block |
||
516 | 516 | |
517 | 517 | // compliance checks for NAPTRs |
518 | 518 | if ($naptr > 0) { |
519 | - echo "<tr><td>" . _("Checking NAPTR compliance (flag = S and regex = {empty}):") . "</td><td>"; |
|
519 | + echo "<tr><td>"._("Checking NAPTR compliance (flag = S and regex = {empty}):")."</td><td>"; |
|
520 | 520 | $naptr_valid = $rfc7585suite->relevantNAPTRcompliance(); |
521 | 521 | switch ($naptr_valid) { |
522 | 522 | case \core\diag\RADIUSTests::RETVAL_OK: |
@@ -533,7 +533,7 @@ discard block |
||
533 | 533 | |
534 | 534 | if ($naptr > 0 && $naptr_valid == \core\diag\RADIUSTests::RETVAL_OK) { |
535 | 535 | $srv = $rfc7585suite->relevantNAPTRsrvResolution(); |
536 | - echo "<tr><td>" . _("Checking SRVs:") . "</td><td>"; |
|
536 | + echo "<tr><td>"._("Checking SRVs:")."</td><td>"; |
|
537 | 537 | switch ($srv) { |
538 | 538 | case \core\diag\RADIUSTests::RETVAL_SKIPPED: |
539 | 539 | echo _("This check was skipped."); |
@@ -549,7 +549,7 @@ discard block |
||
549 | 549 | // IP addresses for the hosts |
550 | 550 | if ($naptr > 0 && $naptr_valid == \core\diag\RADIUSTests::RETVAL_OK && $srv > 0) { |
551 | 551 | $hosts = $rfc7585suite->relevantNAPTRhostnameResolution(); |
552 | - echo "<tr><td>" . _("Checking IP address resolution:") . "</td><td>"; |
|
552 | + echo "<tr><td>"._("Checking IP address resolution:")."</td><td>"; |
|
553 | 553 | switch ($srv) { |
554 | 554 | case \core\diag\RADIUSTests::RETVAL_SKIPPED: |
555 | 555 | echo _("This check was skipped."); |
@@ -565,12 +565,12 @@ discard block |
||
565 | 565 | |
566 | 566 | echo "</table><br/><br/>"; |
567 | 567 | if (count($testsuite->listerrors()) == 0) { |
568 | - echo sprintf(_("Realm is <strong>%s</strong> "), _(($naptr > 0 ? "DYNAMIC" : "STATIC"))) . _("with no DNS errors encountered. Congratulations!"); |
|
568 | + echo sprintf(_("Realm is <strong>%s</strong> "), _(($naptr > 0 ? "DYNAMIC" : "STATIC")))._("with no DNS errors encountered. Congratulations!"); |
|
569 | 569 | } else { |
570 | - 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."); |
|
570 | + 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."); |
|
571 | 571 | echo "<div class='notacceptable'><table>"; |
572 | 572 | foreach ($testsuite->listerrors() as $details) { |
573 | - echo "<tr><td>" . $details['TYPE'] . "</td><td>" . $details['TARGET'] . "</td></tr>"; |
|
573 | + echo "<tr><td>".$details['TYPE']."</td><td>".$details['TARGET']."</td></tr>"; |
|
574 | 574 | } |
575 | 575 | echo "</table></div>"; |
576 | 576 | } |
@@ -586,25 +586,25 @@ discard block |
||
586 | 586 | $("#dynamic_tests").show(); |
587 | 587 | '; |
588 | 588 | foreach ($rfc7585suite->NAPTR_hostname_records as $hostindex => $addr) { |
589 | - $host = ($addr['family'] == "IPv6" ? "[" : "") . $addr['IP'] . ($addr['family'] == "IPv6" ? "]" : "") . ":" . $addr['port']; |
|
589 | + $host = ($addr['family'] == "IPv6" ? "[" : "").$addr['IP'].($addr['family'] == "IPv6" ? "]" : "").":".$addr['port']; |
|
590 | 590 | print " |
591 | 591 | running_ajax_dyn++; |
592 | - $.ajax({url:'radius_tests.php', data:{test_type: 'capath', realm: realm, src: '$host', lang: '" . $gui->langObject->getLang() . "', hostindex: '$hostindex' }, error: eee, success: capath, dataType: 'json'}); |
|
592 | + $.ajax({url:'radius_tests.php', data:{test_type: 'capath', realm: realm, src: '$host', lang: '".$gui->langObject->getLang()."', hostindex: '$hostindex' }, error: eee, success: capath, dataType: 'json'}); |
|
593 | 593 | running_ajax_dyn++; |
594 | - $.ajax({url:'radius_tests.php', data:{test_type: 'clients', realm: realm, src: '$host', lang: '" . $gui->langObject->getLang() . "', hostindex: '$hostindex' }, error: eee, success: clients, dataType: 'json'}); |
|
594 | + $.ajax({url:'radius_tests.php', data:{test_type: 'clients', realm: realm, src: '$host', lang: '".$gui->langObject->getLang()."', hostindex: '$hostindex' }, error: eee, success: clients, dataType: 'json'}); |
|
595 | 595 | "; |
596 | 596 | } |
597 | 597 | echo "} |
598 | 598 | </script><hr>"; |
599 | 599 | } else { |
600 | - echo "<tr><td>" . _("Dynamic discovery test is not configured") . "</td><td>"; |
|
600 | + echo "<tr><td>"._("Dynamic discovery test is not configured")."</td><td>"; |
|
601 | 601 | } |
602 | - echo "<strong>" . _("Static connectivity tests") . "</strong> |
|
602 | + echo "<strong>"._("Static connectivity tests")."</strong> |
|
603 | 603 | <table><tr> |
604 | 604 | <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'> </td> |
605 | 605 | </tr></table>"; |
606 | 606 | if ($naptr > 0) { |
607 | - echo "<hr><strong>" . _("Dynamic connectivity tests") . "</strong> |
|
607 | + echo "<hr><strong>"._("Dynamic connectivity tests")."</strong> |
|
608 | 608 | <table><tr> |
609 | 609 | <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'> </td> |
610 | 610 | </tr></table>"; |
@@ -624,12 +624,12 @@ discard block |
||
624 | 624 | print "<p>"; |
625 | 625 | foreach (CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'] as $hostindex => $host) { |
626 | 626 | print "<hr>"; |
627 | - printf(_("Testing from: %s"), "<strong>" . CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'][$hostindex]['display_name'] . "</strong>"); |
|
627 | + printf(_("Testing from: %s"), "<strong>".CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'][$hostindex]['display_name']."</strong>"); |
|
628 | 628 | print "<table id='results$hostindex' style='width:100%' class='udp_results'> |
629 | 629 | <tr> |
630 | -<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='src" . $hostindex . "_img'></td> |
|
630 | +<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='src".$hostindex."_img'></td> |
|
631 | 631 | <td id='src$hostindex' colspan=2> |
632 | -" . _("testing...") . " |
|
632 | +"._("testing...")." |
|
633 | 633 | </td> |
634 | 634 | </tr> |
635 | 635 | </table>"; |
@@ -648,21 +648,21 @@ discard block |
||
648 | 648 | |
649 | 649 | <?php |
650 | 650 | echo "<div id='dynamic_tests'><fieldset class='option_container'> |
651 | - <legend><strong>" . _("DYNAMIC connectivity tests") . "</strong></legend>"; |
|
651 | + <legend><strong>" . _("DYNAMIC connectivity tests")."</strong></legend>"; |
|
652 | 652 | |
653 | 653 | $resultstoprint = []; |
654 | 654 | if (count($rfc7585suite->NAPTR_hostname_records) > 0) { |
655 | - $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>'; |
|
656 | - $resultstoprint[] = '<div style="align:right;"><a href="" class="moreall">' . _('Show detailed information for all tests') . '</a></div>' . '<p><strong>' . _("Checking server handshake...") . "</strong><p>"; |
|
655 | + $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>'; |
|
656 | + $resultstoprint[] = '<div style="align:right;"><a href="" class="moreall">'._('Show detailed information for all tests').'</a></div>'.'<p><strong>'._("Checking server handshake...")."</strong><p>"; |
|
657 | 657 | foreach ($rfc7585suite->NAPTR_hostname_records as $hostindex => $addr) { |
658 | - $bracketaddr = ($addr["family"] == "IPv6" ? "[" . $addr["IP"] . "]" : $addr["IP"]); |
|
659 | - $resultstoprint[] = '<p><strong>' . $bracketaddr . ' TCP/' . $addr['port'] . '</strong>'; |
|
658 | + $bracketaddr = ($addr["family"] == "IPv6" ? "[".$addr["IP"]."]" : $addr["IP"]); |
|
659 | + $resultstoprint[] = '<p><strong>'.$bracketaddr.' TCP/'.$addr['port'].'</strong>'; |
|
660 | 660 | $resultstoprint[] = '<ul style="list-style-type: none;" class="caresult"><li>'; |
661 | 661 | $resultstoprint[] = "<table id='caresults$hostindex' style='width:100%'> |
662 | 662 | <tr> |
663 | -<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcca" . $hostindex . "_img'></td> |
|
663 | +<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcca".$hostindex."_img'></td> |
|
664 | 664 | <td id='srcca$hostindex'> |
665 | -" . _("testing...") . " |
|
665 | +"._("testing...")." |
|
666 | 666 | </td> |
667 | 667 | </tr> |
668 | 668 | </table>"; |
@@ -670,12 +670,12 @@ discard block |
||
670 | 670 | } |
671 | 671 | $clientstest = []; |
672 | 672 | foreach ($rfc7585suite->NAPTR_hostname_records as $hostindex => $addr) { |
673 | - $clientstest[] = '<p><strong>' . $addr['IP'] . ' TCP/' . $addr['port'] . '</strong></p><ol>'; |
|
673 | + $clientstest[] = '<p><strong>'.$addr['IP'].' TCP/'.$addr['port'].'</strong></p><ol>'; |
|
674 | 674 | $clientstest[] = "<span id='clientresults$hostindex$clinx'><table style='width:100%'> |
675 | 675 | <tr> |
676 | -<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcclient" . $hostindex . "_img'></td> |
|
676 | +<td class='icon_td'><img src='../resources/images/icons/loading51.gif' id='srcclient".$hostindex."_img'></td> |
|
677 | 677 | <td id='srcclient$hostindex'> |
678 | -" . _("testing...") . " |
|
678 | +"._("testing...")." |
|
679 | 679 | </td> |
680 | 680 | </tr> |
681 | 681 | </table></span>"; |
@@ -683,7 +683,7 @@ discard block |
||
683 | 683 | } |
684 | 684 | echo '<div style="align:right;">'; |
685 | 685 | echo join('', $resultstoprint); |
686 | - 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>'; |
|
686 | + 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>'; |
|
687 | 687 | print join('', $clientstest); |
688 | 688 | echo '</span>'; |
689 | 689 | echo '</div>'; |
@@ -697,7 +697,7 @@ discard block |
||
697 | 697 | // check if truncates/dies on Operator-Name |
698 | 698 | if ($my_profile !== NULL) { |
699 | 699 | echo "<div id='tabs-4'><fieldset class='option_container'> |
700 | - <legend><strong>" . _("Live login test") . "</strong></legend>"; |
|
700 | + <legend><strong>" . _("Live login test")."</strong></legend>"; |
|
701 | 701 | $prof_compl = $my_profile->getEapMethodsinOrderOfPreference(1); |
702 | 702 | if (count($prof_compl) > 0) { |
703 | 703 | $passwordReqired = FALSE; |
@@ -710,34 +710,34 @@ discard block |
||
710 | 710 | $clientCertRequired = TRUE; |
711 | 711 | } |
712 | 712 | } |
713 | - 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> |
|
714 | - <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> |
|
715 | - <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> |
|
713 | + 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> |
|
714 | + <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> |
|
715 | + <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 | 716 | <form enctype='multipart/form-data' id='live_form' accept-charset='UTF-8'> |
717 | 717 | <input type='hidden' name='test_type' value='udp_login'> |
718 | - <input type='hidden' name='lang' value='" . $gui->langObject->getLang() . "'> |
|
719 | - <input type='hidden' name='profile_id' value='" . $my_profile->identifier . "'> |
|
718 | + <input type='hidden' name='lang' value='" . $gui->langObject->getLang()."'> |
|
719 | + <input type='hidden' name='profile_id' value='" . $my_profile->identifier."'> |
|
720 | 720 | <table id='live_tests'>"; |
721 | 721 | // if any password based EAP methods are available enable this section |
722 | 722 | if ($passwordReqired) { |
723 | - echo "<tr><td colspan='2'><strong>" . _("Password-based EAP types") . "</strong></td></tr> |
|
724 | - <tr><td>" . _("Real (inner) username:") . "</td><td><input type='text' id='username' class='mandatory' name='username'/></td></tr>"; |
|
725 | - echo "<tr><td>" . _("Anonymous outer ID (optional):") . "</td><td><input type='text' id='outer_username' name='outer_username'/></td></tr>"; |
|
726 | - echo "<tr><td>" . _("Password:") . "</td><td><input type='text' id='password' class='mandatory' name='password'/></td></tr>"; |
|
723 | + echo "<tr><td colspan='2'><strong>"._("Password-based EAP types")."</strong></td></tr> |
|
724 | + <tr><td>" . _("Real (inner) username:")."</td><td><input type='text' id='username' class='mandatory' name='username'/></td></tr>"; |
|
725 | + echo "<tr><td>"._("Anonymous outer ID (optional):")."</td><td><input type='text' id='outer_username' name='outer_username'/></td></tr>"; |
|
726 | + echo "<tr><td>"._("Password:")."</td><td><input type='text' id='password' class='mandatory' name='password'/></td></tr>"; |
|
727 | 727 | } |
728 | 728 | // ask for cert + privkey if TLS-based method is active |
729 | 729 | if ($clientCertRequired) { |
730 | - echo "<tr><td colspan='2'><strong>" . _("Certificate-based EAP types") . "</strong></td></tr> |
|
731 | - <tr><td>" . _("Certificate file (.p12 or .pfx):") . "</td><td><input type='file' id='cert' accept='application/x-pkcs12' name='cert'/></td></tr> |
|
732 | - <tr><td>" . _("Certificate password, if any:") . "</td><td><input type='text' id='privkey' name='privkey_pass'/></td></tr> |
|
733 | - <tr><td>" . _("Username, if different from certificate Subject:") . "</td><td><input type='text' id='tls_username' name='tls_username'/></td></tr>"; |
|
730 | + echo "<tr><td colspan='2'><strong>"._("Certificate-based EAP types")."</strong></td></tr> |
|
731 | + <tr><td>" . _("Certificate file (.p12 or .pfx):")."</td><td><input type='file' id='cert' accept='application/x-pkcs12' name='cert'/></td></tr> |
|
732 | + <tr><td>" . _("Certificate password, if any:")."</td><td><input type='text' id='privkey' name='privkey_pass'/></td></tr> |
|
733 | + <tr><td>" . _("Username, if different from certificate Subject:")."</td><td><input type='text' id='tls_username' name='tls_username'/></td></tr>"; |
|
734 | 734 | } |
735 | - echo "<tr><td colspan='2'><button id='submit_credentials'>" . _("Submit credentials") . "</button></td></tr></table></form>"; |
|
735 | + echo "<tr><td colspan='2'><button id='submit_credentials'>"._("Submit credentials")."</button></td></tr></table></form>"; |
|
736 | 736 | echo "<div id='live_login_results' style='display:none'>"; |
737 | 737 | foreach (CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'] as $hostindex => $host) { |
738 | 738 | print "<hr>"; |
739 | - printf(_("Testing from: %s"), "<strong>" . CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'][$hostindex]['display_name'] . "</strong>"); |
|
740 | - 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>"; |
|
739 | + printf(_("Testing from: %s"), "<strong>".CONFIG_DIAGNOSTICS['RADIUSTESTS']['UDP-hosts'][$hostindex]['display_name']."</strong>"); |
|
740 | + 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>"; |
|
741 | 741 | print "<div id='eap_test$hostindex' class='eap_test_results'></div>"; |
742 | 742 | } |
743 | 743 | echo "</div>"; |
@@ -754,7 +754,7 @@ discard block |
||
754 | 754 | if (isset($_POST['comefrom'])) { |
755 | 755 | $return = htmlspecialchars_decode($_POST['comefrom'])."?inst_id=".$my_inst->identifier; |
756 | 756 | echo "<form method='post' action='$return' accept-charset='UTF-8'> |
757 | - <button type='submit' name='submitbutton' value='" . web\lib\common\FormElements::BUTTON_CLOSE . "'>" . sprintf(_("Return to %s administrator area"), core\common\Entity::$nomenclature_inst) . "</button>" |
|
757 | + <button type='submit' name='submitbutton' value='".web\lib\common\FormElements::BUTTON_CLOSE."'>".sprintf(_("Return to %s administrator area"), core\common\Entity::$nomenclature_inst)."</button>" |
|
758 | 758 | . "</form>"; |
759 | 759 | } |
760 | 760 | if ($check_realm !== FALSE) { |
@@ -19,7 +19,7 @@ discard block |
||
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 | |
24 | 24 | $loggerInstance = new \core\common\Logging(); |
25 | 25 | $validator = new \web\lib\common\InputValidation(); |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | */ |
44 | 44 | function disp_name($eap) { |
45 | 45 | $displayName = \core\common\EAP::eapDisplayName($eap); |
46 | - return $displayName['OUTER'] . ( $displayName['INNER'] != '' ? '-' . $displayName['INNER'] : ''); |
|
46 | + return $displayName['OUTER'].($displayName['INNER'] != '' ? '-'.$displayName['INNER'] : ''); |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | if (!isset($_REQUEST['test_type']) || !$_REQUEST['test_type']) { |
@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | // contains port number; needs to be redacted for filter_var to work |
83 | 83 | // in any case, it's a printable string, so filter it initially |
84 | 84 | |
85 | - $filteredHost = filter_input(INPUT_GET,'src', FILTER_SANITIZE_STRING) ?? filter_input(INPUT_POST,'src', FILTER_SANITIZE_STRING); |
|
85 | + $filteredHost = filter_input(INPUT_GET, 'src', FILTER_SANITIZE_STRING) ?? filter_input(INPUT_POST, 'src', FILTER_SANITIZE_STRING); |
|
86 | 86 | $hostonly1 = preg_replace('/:[0-9]*$/', "", $filteredHost); |
87 | 87 | $hostonly2 = preg_replace('/^\[/', "", $hostonly1); |
88 | 88 | $hostonly3 = preg_replace('/\]$/', "", $hostonly2); |
@@ -158,10 +158,10 @@ discard block |
||
158 | 158 | break; |
159 | 159 | case \core\common\Entity::L_REMARK: |
160 | 160 | case \core\common\Entity::L_WARN: |
161 | - $message = _("<strong>Test partially successful</strong>: authentication succeded.") . ' ' . $additional_message[$level]; |
|
161 | + $message = _("<strong>Test partially successful</strong>: authentication succeded.").' '.$additional_message[$level]; |
|
162 | 162 | break; |
163 | 163 | case \core\common\Entity::L_ERROR: |
164 | - $message = _("<strong>Test FAILED</strong>: authentication succeded.") . ' ' . $additional_message[$level]; |
|
164 | + $message = _("<strong>Test FAILED</strong>: authentication succeded.").' '.$additional_message[$level]; |
|
165 | 165 | break; |
166 | 166 | } |
167 | 167 | break; |
@@ -212,7 +212,7 @@ discard block |
||
212 | 212 | case \core\diag\RADIUSTests::RETVAL_CONVERSATION_REJECT: |
213 | 213 | $level = $returnarray['result'][$i]['level']; |
214 | 214 | if ($level > \core\common\Entity::L_OK) { |
215 | - $message = _("<strong>Test partially successful</strong>: a bidirectional RADIUS conversation with multiple round-trips was carried out, and ended in an Access-Reject as planned.") . ' ' . $additional_message[$level]; |
|
215 | + $message = _("<strong>Test partially successful</strong>: a bidirectional RADIUS conversation with multiple round-trips was carried out, and ended in an Access-Reject as planned.").' '.$additional_message[$level]; |
|
216 | 216 | } else { |
217 | 217 | $message = _("<strong>Test successful</strong>: a bidirectional RADIUS conversation with multiple round-trips was carried out, and ended in an Access-Reject as planned."); |
218 | 218 | } |
@@ -235,7 +235,7 @@ discard block |
||
235 | 235 | $level = \core\common\Entity::L_ERROR; |
236 | 236 | break; |
237 | 237 | } |
238 | - $loggerInstance->debug(4, "SERVER=" . $returnarray['result'][$i]['server'] . "\n"); |
|
238 | + $loggerInstance->debug(4, "SERVER=".$returnarray['result'][$i]['server']."\n"); |
|
239 | 239 | $returnarray['result'][$i]['level'] = $level; |
240 | 240 | $returnarray['result'][$i]['message'] = $message; |
241 | 241 | break; |
@@ -249,13 +249,13 @@ discard block |
||
249 | 249 | if (isset($rfc6614suite->TLS_CA_checks_result[$host])) { |
250 | 250 | $returnarray['time_millisec'] = sprintf("%d", $rfc6614suite->TLS_CA_checks_result[$host]['time_millisec']); |
251 | 251 | if (isset($rfc6614suite->TLS_CA_checks_result[$host]['cert_oddity']) && ($rfc6614suite->TLS_CA_checks_result[$host]['cert_oddity'] == \core\diag\RADIUSTests::CERTPROB_UNKNOWN_CA)) { |
252 | - $returnarray['message'] = _("<strong>ERROR</strong>: the server presented a certificate which is from an unknown authority!") . ' (' . sprintf(_("elapsed time: %d"), $rfc6614suite->TLS_CA_checks_result[$host]['time_millisec']) . ' ms)'; |
|
252 | + $returnarray['message'] = _("<strong>ERROR</strong>: the server presented a certificate which is from an unknown authority!").' ('.sprintf(_("elapsed time: %d"), $rfc6614suite->TLS_CA_checks_result[$host]['time_millisec']).' ms)'; |
|
253 | 253 | $returnarray['level'] = \core\common\Entity::L_ERROR; |
254 | 254 | } else { |
255 | 255 | $returnarray['message'] = $rfc6614suite->returnCodes[$rfc6614suite->TLS_CA_checks_result[$host]['status']]["message"]; |
256 | 256 | $returnarray['level'] = \core\common\Entity::L_OK; |
257 | 257 | if ($rfc6614suite->TLS_CA_checks_result[$host]['status'] != \core\diag\RADIUSTests::RETVAL_CONNECTION_REFUSED) { |
258 | - $returnarray['message'] .= ' (' . sprintf(_("elapsed time: %d"), $rfc6614suite->TLS_CA_checks_result[$host]['time_millisec']) . ' ms)'; |
|
258 | + $returnarray['message'] .= ' ('.sprintf(_("elapsed time: %d"), $rfc6614suite->TLS_CA_checks_result[$host]['time_millisec']).' ms)'; |
|
259 | 259 | } else { |
260 | 260 | $returnarray['level'] = \core\common\Entity::L_ERROR; |
261 | 261 | } |
@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | * License: see the web/copyright.inc.php file in the file structure or |
20 | 20 | * <base_url>/copyright.php after deploying the software |
21 | 21 | */ |
22 | -require_once dirname(dirname(dirname(__FILE__))) . "/config/_config.php"; |
|
22 | +require_once dirname(dirname(dirname(__FILE__)))."/config/_config.php"; |
|
23 | 23 | $languageInstance = new \core\common\Language(); |
24 | 24 | $languageInstance->setTextDomain("diagnostics"); |
25 | 25 | |
@@ -56,119 +56,119 @@ discard block |
||
56 | 56 | $select = "<div id='sp_abuse_problem'> |
57 | 57 | <select style='margin-left: 0px;' id='select_sp_problem'>"; |
58 | 58 | foreach ($sp_problem as $pname => $pdesc) { |
59 | - $select = $select . "<option value='$pname'>$pdesc</option>\n"; |
|
59 | + $select = $select."<option value='$pname'>$pdesc</option>\n"; |
|
60 | 60 | } |
61 | - $select = $select . "</select></div>"; |
|
61 | + $select = $select."</select></div>"; |
|
62 | 62 | $res = " |
63 | 63 | <table id='sp_questions'> |
64 | 64 | <tr> |
65 | - <td>" . _("Select your problem") . "</td> |
|
65 | + <td>" . _("Select your problem")."</td> |
|
66 | 66 | <td>$select</td> |
67 | 67 | </tr> |
68 | 68 | <tr> |
69 | - <td>" . _("What is the realm of the IdP in question?") . "</td> |
|
69 | + <td>"._("What is the realm of the IdP in question?")."</td> |
|
70 | 70 | <td> |
71 | 71 | <input type='text' name='admin_realm' id='admin_realm' value=''> |
72 | 72 | <button id='realm_in_db_admin' accesskey='R' type='button'>" . |
73 | - _("Check if this value is registered") . |
|
73 | + _("Check if this value is registered"). |
|
74 | 74 | "</button> |
75 | 75 | </td> |
76 | 76 | </tr> |
77 | 77 | <tr class='hidden_row'> |
78 | - <td>" . _("What is the authentication timestamp of the user session in question?") . "</td> |
|
78 | + <td>" . _("What is the authentication timestamp of the user session in question?")."</td> |
|
79 | 79 | <td><input type='text' id='timestamp' name='timestamp'> |
80 | 80 | <div id='datepicker'></div> |
81 | 81 | </td> |
82 | 82 | </tr> |
83 | 83 | <tr class='hidden_row'> |
84 | - <td>" . _("What is the MAC address of the user session in question?") . "</td> |
|
84 | + <td>" . _("What is the MAC address of the user session in question?")."</td> |
|
85 | 85 | <td><input type='text' id='mac' name='mac'></td> |
86 | 86 | </tr> |
87 | 87 | <tr class='hidden_row'> |
88 | - <td>" . _("Additional comments") . "</td> |
|
88 | + <td>" . _("Additional comments")."</td> |
|
89 | 89 | <td><textarea id='freetext' name='freetext' cols='60' rows='5'></textarea></td> |
90 | 90 | </tr> |
91 | 91 | <tr class='hidden_row'> |
92 | - <td>" . _("Please specify an email address on which the IdP can contact you") . "</td> |
|
92 | + <td>" . _("Please specify an email address on which the IdP can contact you")."</td> |
|
93 | 93 | <td><input type='text' id='email' name='email'></td> |
94 | 94 | </tr> |
95 | 95 | <tr class='hidden_row' id='send_query_to_idp'> |
96 | - <td>" . _("Now you can send your query") . "</td> |
|
97 | - <td><button type='submit' id='submit_idp_query' name='go'>" . _("Send") . "</button></td> |
|
96 | + <td>" . _("Now you can send your query")."</td> |
|
97 | + <td><button type='submit' id='submit_idp_query' name='go'>" . _("Send")."</button></td> |
|
98 | 98 | </tr> |
99 | 99 | </table>"; |
100 | - $res = $res . $javascript; |
|
100 | + $res = $res.$javascript; |
|
101 | 101 | } |
102 | 102 | if ($queryType == 'idp') { |
103 | 103 | $select = "<div id='idp_reported_problem' style='display:;'> |
104 | 104 | <select style='margin-left:0px;' id='select_idp_problem'>"; |
105 | 105 | foreach ($idp_problem as $pname => $pdesc) { |
106 | - $select = $select . "<option value='$pname'>$pdesc</option>\n"; |
|
106 | + $select = $select."<option value='$pname'>$pdesc</option>\n"; |
|
107 | 107 | } |
108 | - $select = $select . "</select></div>"; |
|
108 | + $select = $select."</select></div>"; |
|
109 | 109 | $res = " |
110 | 110 | <table id='idp_questions'> |
111 | 111 | <tr> |
112 | - <td>" . _("Select your problem") . "</td> |
|
112 | + <td>" . _("Select your problem")."</td> |
|
113 | 113 | <td>$select</td> |
114 | 114 | </tr> |
115 | 115 | <tr> |
116 | - <td>" . _("Identify the SP by one of following means") . "</td> |
|
116 | + <td>"._("Identify the SP by one of following means")."</td> |
|
117 | 117 | <td></td> |
118 | 118 | </tr> |
119 | 119 | <tr id='by_opname'> |
120 | - <td>" . _("SP Operator-Name attribute") . "</td> |
|
120 | + <td>" . _("SP Operator-Name attribute")."</td> |
|
121 | 121 | <td><input type='text' id='opname' name='opname' value=''></td> |
122 | 122 | </tr> |
123 | 123 | <tr id='spmanually'> |
124 | - <td>" . _("Select the SP manually:") . "</td> |
|
124 | + <td>" . _("Select the SP manually:")."</td> |
|
125 | 125 | <td> |
126 | 126 | <div id='select_asp_country'><a href='' id='asp_countries_list'> |
127 | - <span id='opnameselect'>" . _("click to select country and organisation") . "</a></span> |
|
127 | + <span id='opnameselect'>" . _("click to select country and organisation")."</a></span> |
|
128 | 128 | </div> |
129 | 129 | <div id='select_asp_area'></div> |
130 | 130 | </td> |
131 | 131 | </tr> |
132 | 132 | <tr id='asp_desc' style='display: none;'> |
133 | - <td>" . _("or") . ' ' . _("at least describe the SP location") . "</td> |
|
133 | + <td>" . _("or").' '._("at least describe the SP location")."</td> |
|
134 | 134 | <td><input type='text' id='asp_location' name='asp_location' value=''></td> |
135 | 135 | </tr> |
136 | 136 | <tr> |
137 | - <td>" . _("What is the outer ID of the user session in question?") . "</td> |
|
137 | + <td>" . _("What is the outer ID of the user session in question?")."</td> |
|
138 | 138 | <td><input type='text' id='outer_id' name='outer_id' value=''></td> |
139 | 139 | </tr> |
140 | 140 | <tr> |
141 | - <td>" . _("What is the authentication timestamp of the user session in question?") . "</td> |
|
141 | + <td>" . _("What is the authentication timestamp of the user session in question?")."</td> |
|
142 | 142 | <td> |
143 | 143 | <input type='text' id='timestamp' name='timestamp'> |
144 | 144 | <div id='datepicker'></div> |
145 | 145 | </td> |
146 | 146 | </tr> |
147 | 147 | <tr> |
148 | - <td>" . _("What is the MAC address of the user session in question?") . "</td> |
|
148 | + <td>" . _("What is the MAC address of the user session in question?")."</td> |
|
149 | 149 | <td><input type='text' id='mac' name='mac'></td> |
150 | 150 | </tr> |
151 | 151 | <tr> |
152 | - <td>" . _("Additional comments about the problem") . "</td> |
|
152 | + <td>" . _("Additional comments about the problem")."</td> |
|
153 | 153 | <td><textarea id='freetext' name='freetext' cols='60' rows='5'></textarea></td> |
154 | 154 | </tr> |
155 | 155 | <tr> |
156 | - <td>" . _("Do you have any contact details by which the user wishes to be contacted by the SP?") . "</td> |
|
156 | + <td>" . _("Do you have any contact details by which the user wishes to be contacted by the SP?")."</td> |
|
157 | 157 | <td><textarea id='c_details' name='c_details' cols='60' rows='5'></textarea></td> |
158 | 158 | </tr> |
159 | 159 | <tr> |
160 | - <td>" . _("Please specify an email address on which the SP can contact you") . "</td> |
|
160 | + <td>" . _("Please specify an email address on which the SP can contact you")."</td> |
|
161 | 161 | <td><input type='text' id='email' name='email'></td> |
162 | 162 | </tr> |
163 | 163 | <tr class='hidden_row' id='send_query_to_sp'> |
164 | - <td>" . _("Now you can send your query") . "</td> |
|
165 | - <td><button type='submit' id='submit_sp_query' name='go'>" . _("Send") . "</button></td> |
|
164 | + <td>" . _("Now you can send your query")."</td> |
|
165 | + <td><button type='submit' id='submit_sp_query' name='go'>" . _("Send")."</button></td> |
|
166 | 166 | </tr> |
167 | 167 | </table>"; |
168 | - $res = $res . $javascript; |
|
168 | + $res = $res.$javascript; |
|
169 | 169 | } |
170 | 170 | if ($queryType == 'idp_send' || $queryType == 'sp_send') { |
171 | - include_once dirname(dirname(dirname(__FILE__))) . "/config/_config.php"; |
|
171 | + include_once dirname(dirname(dirname(__FILE__)))."/config/_config.php"; |
|
172 | 172 | $cat = new \core\CAT(); |
173 | 173 | $returnArray = array(); |
174 | 174 | if (count((array) $o) > 0) { |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | * @package UserGUI |
27 | 27 | */ |
28 | 28 | error_reporting(E_ALL | E_STRICT); |
29 | -require dirname(dirname(__FILE__)) . "/config/_config.php"; |
|
29 | +require dirname(dirname(__FILE__))."/config/_config.php"; |
|
30 | 30 | $langObject = new \core\common\Language(); |
31 | 31 | $langObject->setTextDomain("web_user"); |
32 | 32 | |
@@ -38,25 +38,25 @@ discard block |
||
38 | 38 | <body style='background: #fff url(resources/images/bg_grey_tile.png) repeat-x;'> |
39 | 39 | <div id="heading"> |
40 | 40 | <?php |
41 | - print '<img src="'. dirname($_SERVER['SCRIPT_NAME']) .'/resources/images/consortium_logo.png" alt="Consortium Logo" style="float:right; padding-right:20px; padding-top:20px"/>'; |
|
42 | - print '<div id="motd">' . ( isset(CONFIG['APPEARANCE']['MOTD']) ? CONFIG['APPEARANCE']['MOTD'] : ' ' ) . '</div>'; |
|
43 | - print '<h1 style="padding-bottom:0px; height:1em;">' . sprintf(_("Welcome to %s"), CONFIG['APPEARANCE']['productname']) . '</h1> |
|
44 | -<h2 style="padding-bottom:0px; height:0px; vertical-align:bottom;">' . CONFIG['APPEARANCE']['productname_long'] . '</h2>'; |
|
41 | + print '<img src="'.dirname($_SERVER['SCRIPT_NAME']).'/resources/images/consortium_logo.png" alt="Consortium Logo" style="float:right; padding-right:20px; padding-top:20px"/>'; |
|
42 | + print '<div id="motd">'.(isset(CONFIG['APPEARANCE']['MOTD']) ? CONFIG['APPEARANCE']['MOTD'] : ' ').'</div>'; |
|
43 | + print '<h1 style="padding-bottom:0px; height:1em;">'.sprintf(_("Welcome to %s"), CONFIG['APPEARANCE']['productname']).'</h1> |
|
44 | +<h2 style="padding-bottom:0px; height:0px; vertical-align:bottom;">' . CONFIG['APPEARANCE']['productname_long'].'</h2>'; |
|
45 | 45 | echo '<table id="lang_select"><tr><td>'; |
46 | 46 | echo _("View this page in"); |
47 | 47 | ?> |
48 | 48 | <?php |
49 | 49 | foreach (CONFIG['LANGUAGES'] as $lang => $value) { |
50 | - echo "<a href='javascript:changeLang(\"$lang\")'>" . $value['display'] . "</a> "; |
|
50 | + echo "<a href='javascript:changeLang(\"$lang\")'>".$value['display']."</a> "; |
|
51 | 51 | } |
52 | - echo '</td><td style="text-align:right;padding-right:20px"><a href="' . dirname($_SERVER['SCRIPT_NAME']) . '?lang=' . $langObject->getLang() . '">' . _("Start page") . '</a></td></tr></table>'; |
|
52 | + echo '</td><td style="text-align:right;padding-right:20px"><a href="'.dirname($_SERVER['SCRIPT_NAME']).'?lang='.$langObject->getLang().'">'._("Start page").'</a></td></tr></table>'; |
|
53 | 53 | ?> |
54 | 54 | </div> <!-- id="heading" --> |
55 | 55 | <div id="main_body" style='padding:20px;'> |
56 | - <h1><?php echo _("This is not the CAT you are looking for.");?></h1> |
|
57 | - <p><?php echo _("Whatever you expected to see at this URL - it's not here. The only thing here is the number");?></p> |
|
56 | + <h1><?php echo _("This is not the CAT you are looking for."); ?></h1> |
|
57 | + <p><?php echo _("Whatever you expected to see at this URL - it's not here. The only thing here is the number"); ?></p> |
|
58 | 58 | <h2>404</h2> |
59 | - <p><?php echo sprintf(_("staring at you. Your mistake? Our error? Who knows! Maybe you should go back to the <a href='%s'>Start Page</a>."), dirname($_SERVER['SCRIPT_NAME']) . '?lang=' . $langObject->getLang());?></p> |
|
59 | + <p><?php echo sprintf(_("staring at you. Your mistake? Our error? Who knows! Maybe you should go back to the <a href='%s'>Start Page</a>."), dirname($_SERVER['SCRIPT_NAME']).'?lang='.$langObject->getLang()); ?></p> |
|
60 | 60 | </div> <!-- id="main_body" --> |
61 | 61 | |
62 | 62 | <?php echo $deco->footer(); |