summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_vouchers.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-05-27 13:27:34 -0400
committerScott Ullrich <sullrich@pfsense.org>2011-05-27 13:27:34 -0400
commit552605326ced208167bbf3d647fa612e4010a2b7 (patch)
treeb27d2b9e5626518edd3a8d88aa4d3ac238e5156c /usr/local/www/services_captiveportal_vouchers.php
parent58f963d0da3eb20f17a77bcb4a0b5e881ab39008 (diff)
downloadpfsense-552605326ced208167bbf3d647fa612e4010a2b7.zip
pfsense-552605326ced208167bbf3d647fa612e4010a2b7.tar.gz
Add note about voucher sync (only enable on slave nodes).
Diffstat (limited to 'usr/local/www/services_captiveportal_vouchers.php')
-rw-r--r--usr/local/www/services_captiveportal_vouchers.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal_vouchers.php b/usr/local/www/services_captiveportal_vouchers.php
index bdef534..f5af953 100644
--- a/usr/local/www/services_captiveportal_vouchers.php
+++ b/usr/local/www/services_captiveportal_vouchers.php
@@ -568,7 +568,8 @@ function enable_change(enable_change) {
<td width="22%" valign="top" class="vncellreq"><?=gettext("Synchronize Voucher Database IP"); ?></td>
<td width="78%" class="vtable">
<input name="vouchersyncdbip" type="text" class="formfld" id="vouchersyncdbip" size="17" value="<?=htmlspecialchars($pconfig['vouchersyncdbip']);?>">
- <br><?=gettext("IP address of master nodes webConfigurator to synchronize voucher database and used vouchers from."); ?>
+ <br/><?=gettext("IP address of master nodes webConfigurator to synchronize voucher database and used vouchers from."); ?>
+ <br/><?=gettext("NOTE: this should be setup on the slave nodes and not the primary node!"); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud