summaryrefslogtreecommitdiff
path: root/httemplate/pref
diff options
context:
space:
mode:
authorivan <ivan>2007-04-05 01:38:51 +0000
committerivan <ivan>2007-04-05 01:38:51 +0000
commitaa9b309de1b0c627b3371f60c9b614250014b81d (patch)
treea67ea2d124ba40ff64da594183052c27fc6c3cd9 /httemplate/pref
parenta1fd8fd433d5e253dabc418a355910938108597c (diff)
finish moving the vonage integration to per-user
Diffstat (limited to 'httemplate/pref')
-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;
% }