mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Apply "Editor" Phil's suggestions.
This commit is contained in:
parent
def535d95f
commit
1dcf2cf794
@ -1022,7 +1022,7 @@ $section->addInput(new Form_Select(
|
||||
'MAC address format',
|
||||
$pconfig['radmac_format'],
|
||||
['default' => 'Default', 'singledash' => gettext('Single dash'), 'ietf' => 'IETF', 'cisco' => 'Cisco', 'unformatted' => gettext('Unformatted')]
|
||||
))->setHelp('This option changes the MAC address format used in the whole RADIUS system. Change this if the username format also needs changed for ' .
|
||||
))->setHelp('This option changes the MAC address format used in the whole RADIUS system. Change this if the username format also needs to be changed for ' .
|
||||
'RADIUS MAC authentication.' . '<br />' .
|
||||
'Default: 00:11:22:33:44:55' . '<br />' .
|
||||
'Single dash: 001122-334455' . '<br />' .
|
||||
|
||||
@ -280,7 +280,7 @@ endif;
|
||||
"be made available in the root directory of the captive portal HTTP(S) server. " .
|
||||
"They may be referenced directly from the portal page HTML code using relative paths. " .
|
||||
"Example: An image uploaded with the name 'captiveportal-test.jpg' using the " .
|
||||
"file manager. Can then be included in the portal page like this:")?><br /><br />
|
||||
"file manager can then be included in the portal page like this:")?><br /><br />
|
||||
<pre><img src="captiveportal-test.jpg" width=... height=...></pre><br />
|
||||
<?=gettext("In addition, .php files can also be uploaded for execution. The filename can be passed " .
|
||||
"to the custom page from the initial page by using text similar to:")?><br /><br />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user