From 3478ac161e8eb18e92c04f2bc8af4921d0a521a6 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Mon, 23 Nov 2015 12:32:44 -0500 Subject: Change Form_TextArea to Form_Textarea (autoload now makes the classes case sensitive) --- src/usr/local/www/services_captiveportal_vouchers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/services_captiveportal_vouchers.php') 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'] -- cgit v1.1