Revision 8cd558b6
Added by ayvis over 11 years ago
usr/local/www/system_advanced_admin.php | ||
---|---|---|
316 | 316 |
<strong><?=gettext("NOTE:"); ?> </strong> |
317 | 317 |
</span> |
318 | 318 |
<?=gettext("The options on this page are intended for use by advanced users only."); ?> |
319 |
<br/> |
|
319 |
<br />
|
|
320 | 320 |
</span> |
321 |
<br/> |
|
321 |
<br />
|
|
322 | 322 |
<table width="100%" border="0" cellpadding="6" cellspacing="0" summary="main area"> |
323 | 323 |
<tr> |
324 | 324 |
<td colspan="2" valign="top" class="listtopic"><?=gettext("webConfigurator"); ?></td> |
... | ... | |
340 | 340 |
<input name="webguiproto" id="https_proto" type="radio" value="https" <?=$https_chk;?> <?=$https_disabled;?> onclick="prot_change()" /> |
341 | 341 |
<?=gettext("HTTPS"); ?> |
342 | 342 |
<?php if (!$certs_available): ?> |
343 |
<br/> |
|
343 |
<br />
|
|
344 | 344 |
<?=gettext("No Certificates have been defined. You must"); ?> |
345 | 345 |
<a href="system_certmanager.php"><?=gettext("Create or Import"); ?></a> |
346 | 346 |
<?=gettext("a Certificate before SSL can be enabled."); ?> |
... | ... | |
391 | 391 |
<td width="78%" class="vtable"> |
392 | 392 |
<input name="disablehttpredirect" type="checkbox" id="disablehttpredirect" value="yes" <?php if ($pconfig['disablehttpredirect']) echo "checked=\"checked\""; ?> /> |
393 | 393 |
<strong><?=gettext("Disable webConfigurator redirect rule"); ?></strong> |
394 |
<br/> |
|
394 |
<br />
|
|
395 | 395 |
<?php echo gettext("When this is unchecked, access to the webConfigurator " . |
396 | 396 |
"is always permitted even on port 80, regardless of the listening port configured. " . |
397 | 397 |
"Check this box to disable this automatically added redirect rule. "); |
... | ... | |
403 | 403 |
<td width="78%" class="vtable"> |
404 | 404 |
<input name="noautocomplete" type="checkbox" id="noautocomplete" value="yes" <?php if ($pconfig['noautocomplete']) echo "checked=\"checked\""; ?> /> |
405 | 405 |
<strong><?=gettext("Disable webConfigurator login autocomplete"); ?></strong> |
406 |
<br/> |
|
406 |
<br />
|
|
407 | 407 |
<?php echo gettext("When this is unchecked, login credentials for the webConfigurator " . |
408 | 408 |
"may be saved by the browser. While convenient, some security standards require this to be disabled. " . |
409 | 409 |
"Check this box to disable autocomplete on the login form so that browsers will not prompt to save credentials (NOTE: Some browsers do not respect this option). "); |
... | ... | |
415 | 415 |
<td width="78%" class="vtable"> |
416 | 416 |
<input name="quietlogin" type="checkbox" id="quietlogin" value="yes" <?php if ($pconfig['quietlogin']) echo "checked=\"checked\""; ?> /> |
417 | 417 |
<strong><?=gettext("Disable logging of webConfigurator successful logins"); ?></strong> |
418 |
<br/> |
|
418 |
<br />
|
|
419 | 419 |
<?php echo gettext("When this is checked, successful logins to the webConfigurator " . |
420 | 420 |
"will not be logged."); |
421 | 421 |
?> |
... | ... | |
432 | 432 |
?> |
433 | 433 |
<input name="noantilockout" type="checkbox" id="noantilockout" value="yes" <?php if ($pconfig['noantilockout']) echo "checked=\"checked\""; ?> /> |
434 | 434 |
<strong><?=gettext("Disable webConfigurator anti-lockout rule"); ?></strong> |
435 |
<br/> |
|
435 |
<br />
|
|
436 | 436 |
<?php printf(gettext("When this is unchecked, access to the webConfigurator " . |
437 | 437 |
"on the %s interface is always permitted, regardless of the user-defined firewall " . |
438 | 438 |
"rule set. Check this box to disable this automatically added rule, so access " . |
... | ... | |
447 | 447 |
<td width="78%" class="vtable"> |
448 | 448 |
<input name="nodnsrebindcheck" type="checkbox" id="nodnsrebindcheck" value="yes" <?php if ($pconfig['nodnsrebindcheck']) echo "checked=\"checked\""; ?> /> |
449 | 449 |
<strong><?=gettext("Disable DNS Rebinding Checks"); ?></strong> |
450 |
<br/> |
|
450 |
<br />
|
|
451 | 451 |
<?php echo gettext("When this is unchecked, your system " . |
452 | 452 |
"is protected against <a href=\"http://en.wikipedia.org/wiki/DNS_rebinding\">DNS Rebinding attacks</a>. " . |
453 | 453 |
"This blocks private IP responses from your configured DNS servers. Check this box to disable this protection if it interferes with " . |
... | ... | |
458 | 458 |
<td width="22%" valign="top" class="vncell"><?=gettext("Alternate Hostnames"); ?></td> |
459 | 459 |
<td width="78%" class="vtable"> |
460 | 460 |
<input name="althostnames" type="text" class="formfld unknown" id="althostnames" size="75" value="<?=htmlspecialchars($pconfig['althostnames']);?>"/> |
461 |
<br/> |
|
461 |
<br />
|
|
462 | 462 |
<strong><?=gettext("Alternate Hostnames for DNS Rebinding and HTTP_REFERER Checks"); ?></strong> |
463 |
<br/> |
|
463 |
<br />
|
|
464 | 464 |
<?php echo gettext("Here you can specify alternate hostnames by which the router may be queried, to " . |
465 | 465 |
"bypass the DNS Rebinding Attack checks. Separate hostnames with spaces."); ?> |
466 | 466 |
</td> |
... | ... | |
470 | 470 |
<td width="78%" class="vtable"> |
471 | 471 |
<input name="nohttpreferercheck" type="checkbox" id="nohttpreferercheck" value="yes" <?php if ($pconfig['nohttpreferercheck']) echo "checked=\"checked\""; ?> /> |
472 | 472 |
<strong><?=gettext("Disable HTTP_REFERER enforcement check"); ?></strong> |
473 |
<br/> |
|
473 |
<br />
|
|
474 | 474 |
<?php echo gettext("When this is unchecked, access to the webConfigurator " . |
475 | 475 |
"is protected against HTTP_REFERER redirection attempts. " . |
476 | 476 |
"Check this box to disable this protection if you find that it interferes with " . |
... | ... | |
482 | 482 |
<td width="78%" class="vtable"> |
483 | 483 |
<input name="beast_protection" type="checkbox" id="beast_protection" value="yes" <?php if ($pconfig['beast_protection']) echo "checked=\"checked\""; ?> <?= $disable_beast_option ?>/> |
484 | 484 |
<strong><?=gettext("Mitigate the BEAST SSL Attack"); ?></strong> |
485 |
<br/> |
|
485 |
<br />
|
|
486 | 486 |
<?php echo gettext("When this is checked, the webConfigurator can mitigate BEAST SSL attacks. ") ?> |
487 |
<br/> |
|
487 |
<br />
|
|
488 | 488 |
<?php if ($disable_beast_option) { |
489 |
echo "<br/>" . sprintf(gettext("This option has been automatically disabled because a conflicting cryptographic accelerator card has been detected (%s)."), $hwcrypto) . "<br/><br/>";
|
|
489 |
echo "<br />" . sprintf(gettext("This option has been automatically disabled because a conflicting cryptographic accelerator card has been detected (%s)."), $hwcrypto) . "<br /><br />";
|
|
490 | 490 |
} ?> |
491 | 491 |
<?php echo gettext("This option is off by default because Hifn accelerators do NOT work with this option, and the GUI will not function. " . |
492 | 492 |
"It is possible that other accelerators have a similar problem that is not yet known/documented. " . |
... | ... | |
511 | 511 |
<td width="78%" class="vtable"> |
512 | 512 |
<input name="sshdkeyonly" type="checkbox" id="sshdkeyonly" value="yes" <?php if ($pconfig['sshdkeyonly']) echo "checked=\"checked\""; ?> /> |
513 | 513 |
<strong><?=gettext("Disable password login for Secure Shell (RSA/DSA key only)"); ?></strong> |
514 |
<br/> |
|
514 |
<br />
|
|
515 | 515 |
<?=gettext("When enabled, authorized keys need to be configured for each"); ?> |
516 | 516 |
<a href="system_usermanager.php"><?=gettext("user"); ?></a> |
517 | 517 |
<?=gettext("that has been granted secure shell access."); ?> |
... | ... | |
521 | 521 |
<td width="22%" valign="top" class="vncell"><?=gettext("SSH port"); ?></td> |
522 | 522 |
<td width="78%" class="vtable"> |
523 | 523 |
<input name="sshport" type="text" id="sshport" value="<?php echo $pconfig['sshport']; ?>" /> |
524 |
<br/> |
|
524 |
<br />
|
|
525 | 525 |
<span class="vexpl"><?=gettext("Note: Leave this blank for the default of 22."); ?></span> |
526 | 526 |
</td> |
527 | 527 |
</tr> |
... | ... | |
552 | 552 |
<option value="57600" <?php if ($pconfig['serialspeed'] == "57600") echo "selected=\"selected\"";?>>57600</option> |
553 | 553 |
<option value="115200" <?php if ($pconfig['serialspeed'] == "115200") echo "selected=\"selected\"";?>>115200</option> |
554 | 554 |
</select> bps |
555 |
<br/><?=gettext("Allows selection of different speeds for the serial console port."); ?> |
|
555 |
<br /><?=gettext("Allows selection of different speeds for the serial console port."); ?>
|
|
556 | 556 |
</td> |
557 | 557 |
</tr> |
558 | 558 |
<?php if (!$g['primaryconsole_force'] && ($g['platform'] == "pfSense" || $g['platform'] == "cdrom" || file_exists("/etc/nano_use_vga.txt"))): ?> |
... | ... | |
563 | 563 |
<option value="serial" <?php if ($pconfig['primaryconsole'] == "serial") echo "selected=\"selected\"";?>>Serial Console</option> |
564 | 564 |
<option value="video" <?php if ($pconfig['primaryconsole'] == "video") echo "selected=\"selected\"";?>>VGA Console</option> |
565 | 565 |
</select> |
566 |
<br/><?=gettext("Select the preferred console if multiple consoles are present. The preferred console will show pfSense boot script output. All consoles display OS boot messages, console messages, and the console menu."); ?> |
|
566 |
<br /><?=gettext("Select the preferred console if multiple consoles are present. The preferred console will show pfSense boot script output. All consoles display OS boot messages, console messages, and the console menu."); ?>
|
|
567 | 567 |
</td> |
568 | 568 |
</tr> |
569 | 569 |
<?php endif; ?> |
... | ... | |
578 | 578 |
<td width="78%" class="vtable"> |
579 | 579 |
<input name="disableconsolemenu" type="checkbox" id="disableconsolemenu" value="yes" <?php if ($pconfig['disableconsolemenu']) echo "checked=\"checked\""; ?> /> |
580 | 580 |
<strong><?=gettext("Password protect the console menu"); ?></strong> |
581 |
<br/> |
|
581 |
<br />
|
|
582 | 582 |
<span class="vexpl"><?=gettext("Changes to this option will take effect after a reboot."); ?></span> |
583 | 583 |
</td> |
584 | 584 |
</tr> |
Also available in: Unified diff
xhtml Compliance
replaced <br>, <br/> and </br> with <br />