summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorivan <ivan>2011-07-13 16:34:33 +0000
committerivan <ivan>2011-07-13 16:34:33 +0000
commit871dcd21f09f22605fefbabb5fe96d32d84a46a8 (patch)
treeb60997cd3cdfbb3e74bdc5947d21c9fc1cd743f0 /httemplate/misc/process
parent79ca08ffa158d20736d0d5807375e70f69b166f0 (diff)
fix backend recharge w/prepaid card, RT#13478
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-xhttemplate/misc/process/recharge_svc.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/process/recharge_svc.html b/httemplate/misc/process/recharge_svc.html
index b56f8a282..2d49f6b06 100755
--- a/httemplate/misc/process/recharge_svc.html
+++ b/httemplate/misc/process/recharge_svc.html
@@ -22,6 +22,7 @@ $svcnum = $1;
#untaint prepaid
my $prepaid = $cgi->param('prepaid');
+$prepaid =~ s/\W//g;
$prepaid =~ /^(\w*)$/;
$prepaid = $1;