From aa9b309de1b0c627b3371f60c9b614250014b81d Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 5 Apr 2007 01:38:51 +0000 Subject: finish moving the vonage integration to per-user --- httemplate/pref/pref-process.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'httemplate/pref') 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; % } -- cgit v1.2.1