summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/pref/pref-process.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html
index a5e13f062..3f9b70686 100644
--- a/httemplate/pref/pref-process.html
+++ b/httemplate/pref/pref-process.html
@@ -28,12 +28,14 @@
% }
%
% #XXX autogen
-% my @paramlist = qw( menu_position email_address
+% my @paramlist = qw( menu_position
+% email_address
+% vonage-fromnumber vonage-username vonage-password
% height width availHeight availWidth colorDepth
% );
%
% foreach (@paramlist) {
-% scalar($cgi->param($_)) =~ /^[,.\@\w]*$/ && next;
+% scalar($cgi->param($_)) =~ /^[,.\-\@\w]*$/ && next;
% $error ||= "Illegal value for parameter $_";
% last;
% }