Skip to content

Commit

Permalink
Increase Traffic Meter limitaton value
Browse files Browse the repository at this point in the history
  • Loading branch information
voxel committed May 31, 2018
1 parent 68929d3 commit c3690bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git_home/net-cgi.git/www.src/traffic.js
Expand Up @@ -82,7 +82,7 @@ function check_traffic_apply(cf)
alert("$monthly_limit_error");
return false;
}
if(parseInt(cf.volume_monthly_limit.value)>999999)
if(parseInt(cf.volume_monthly_limit.value)>999999999)
{
alert("$monthly_limit_error");
return false;
Expand Down

0 comments on commit c3690bd

Please sign in to comment.