Apply "Editor" Phil's suggestions.

This commit is contained in:
NOYB 2016-03-31 01:37:06 -07:00
parent def535d95f
commit 1dcf2cf794
2 changed files with 2 additions and 2 deletions

View File

@ -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 />' .

View File

@ -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>&lt;img src=&quot;captiveportal-test.jpg&quot; width=... height=...&gt;</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 />