mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use printf() for string that need to print variables
This commit is contained in:
parent
89f0ac4c42
commit
798f6ea3e3
@ -224,8 +224,7 @@ function enable_change(enable_over) {
|
||||
<td width="78%" class="vtable">
|
||||
<input name="polling_enable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['polling_enable']) echo "checked"; ?>>
|
||||
<strong><?=gettext("Enable device polling"); ?></strong><br>
|
||||
<?=gettext("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended.
|
||||
Not all NICs support polling; see the $g['product_name'] homepage for a list of supported cards."); ?>
|
||||
<?printf("Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended. Not all NICs support polling; see the %s homepage for a list of supported cards.", $g['product_name']); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user