summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-02 12:13:01 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-02 12:13:01 -0500
commitd2a2f01832587f3cc3925032bc75d2116c83c8fe (patch)
tree9d36ada646e66facb63714e7c2570543eb256b02 /src/usr/local/www/services_captiveportal.php
parenta9a7de5993d978a79ab15bbc86b2d174a50cd916 (diff)
downloadpfsense-d2a2f01832587f3cc3925032bc75d2116c83c8fe.zip
pfsense-d2a2f01832587f3cc3925032bc75d2116c83c8fe.tar.gz
Remove unneeded sprintf from setHelp calls
Diffstat (limited to 'src/usr/local/www/services_captiveportal.php')
-rw-r--r--src/usr/local/www/services_captiveportal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index 221f909..3b6a29a 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -645,10 +645,10 @@ $section->addInput(new Form_Checkbox(
'Pass-through MAC Auto Entry',
'Enable Pass-through MAC automatic additions',
$pconfig['passthrumacadd']
-))->setHelp(sprintf('When enabled, a MAC passthrough entry is automatically added after the user has successfully authenticated. Users of that MAC address will ' .
+))->setHelp('When enabled, a MAC passthrough entry is automatically added after the user has successfully authenticated. Users of that MAC address will ' .
'never have to authenticate again. To remove the passthrough MAC entry either log in and remove it manually from the ' .
'%s or send a POST from another system. ' .
- 'If this is enabled, RADIUS MAC authentication cannot be used. Also, the logout window will not be shown.', '<a href="services_captiveportal_mac.php">MAC tab</a>'));
+ 'If this is enabled, RADIUS MAC authentication cannot be used. Also, the logout window will not be shown.', '<a href="services_captiveportal_mac.php">MAC tab</a>');
$section->addInput(new Form_Checkbox(
'passthrumacaddusername',
OpenPOWER on IntegriCloud