summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-06-29 01:57:08 +0000
committerChris Buechler <cmb@pfsense.org>2008-06-29 01:57:08 +0000
commitd835d6b806050c6b6808b7e45836f682268c620e (patch)
tree323043392718b600f75acc6d9837c5efd4de57f0 /usr/local/www/services_captiveportal.php
parent5335811d9df7bfbf403ceb966ca6972ce1012975 (diff)
downloadpfsense-d835d6b806050c6b6808b7e45836f682268c620e.zip
pfsense-d835d6b806050c6b6808b7e45836f682268c620e.tar.gz
display product name properly
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index 40a5cc6..3e941bd 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -344,7 +344,7 @@ to access after they've authenticated.</td>
<input name="nomacfilter" type="checkbox" class="formfld" id="nomacfilter" value="yes" <?php if ($pconfig['nomacfilter']) echo "checked"; ?>>
<strong>Disable MAC filtering</strong><br>
If this option is set, no attempts will be made to ensure that the MAC address of clients stays the same while they're logged in.
- This is required when the MAC address of the client cannot be determined (usually because there are routers between {$g['product_name']} and the clients).
+ This is required when the MAC address of the client cannot be determined (usually because there are routers between <?php echo $g['product_name'] ?> and the clients).
If this is enabled, RADIUS MAC authentication cannot be used.</td>
</tr>
<?php
OpenPOWER on IntegriCloud