[freeside-commits] freeside/httemplate/pref pref-process.html, 1.5,
1.6
Ivan,,,
ivan at wavetail.420.am
Wed Apr 4 18:38:53 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail:/tmp/cvs-serv21398
Modified Files:
pref-process.html
Log Message:
finish moving the vonage integration to per-user
Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pref-process.html 21 Mar 2007 01:21:39 -0000 1.5
+++ pref-process.html 5 Apr 2007 01:38:51 -0000 1.6
@@ -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;
% }
More information about the freeside-commits
mailing list