summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_vouchers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-23 12:32:44 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-23 12:32:44 -0500
commit3478ac161e8eb18e92c04f2bc8af4921d0a521a6 (patch)
treebe6cf35fd0b81e23cc4a50ffa7730f13ae6968a4 /src/usr/local/www/services_captiveportal_vouchers.php
parent33ed4d60827ccb8d323719bb7d902cc272f5d513 (diff)
downloadpfsense-3478ac161e8eb18e92c04f2bc8af4921d0a521a6.zip
pfsense-3478ac161e8eb18e92c04f2bc8af4921d0a521a6.tar.gz
Change Form_TextArea to Form_Textarea
(autoload now makes the classes case sensitive)
Diffstat (limited to 'src/usr/local/www/services_captiveportal_vouchers.php')
-rw-r--r--src/usr/local/www/services_captiveportal_vouchers.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_vouchers.php b/src/usr/local/www/services_captiveportal_vouchers.php
index 7230c4e..fde65f3 100644
--- a/src/usr/local/www/services_captiveportal_vouchers.php
+++ b/src/usr/local/www/services_captiveportal_vouchers.php
@@ -516,13 +516,13 @@ $form->add($section);
$section = new Form_Section('Create, generate and activate Rolls with Vouchers');
$section->addClass('rolledit');
-$section->addInput(new Form_TextArea(
+$section->addInput(new Form_Textarea(
'publickey',
'Voucher Public Key',
$pconfig['publickey']
))->setHelp('Paste an RSA public key (64 Bit or smaller) in PEM format here. This key is used to decrypt vouchers.');
-$section->addInput(new Form_TextArea(
+$section->addInput(new Form_Textarea(
'privatekey',
'Voucher Private Key',
$pconfig['privatekey']
OpenPOWER on IntegriCloud