Changeset 314 for trunk/cgi-bin
- Timestamp:
- 03/31/06 13:43:07 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r313 r314 851 851 ( ($webvar{alloctype} eq 'di' && $webvar{billinguser}) ? 852 852 qq(<div><a href="https://billing.example.com/extserv.pl?). 853 "action=new_radius_user& oldcustid=$webvar{custid}&userid=$webvar{billinguser}".853 "action=new_radius_user&custid=$webvar{custid}&userid=$webvar{billinguser}". 854 854 qq(&ipdb=1&ip=$msg">Add this IP to RADIUS user table</a></div>) 855 855 : "</div>"); … … 864 864 ( ($webvar{alloctype} eq 'pr' && $webvar{billinguser}) ? 865 865 qq(<div><a href="https://billing.example.com/extserv.pl?). 866 "action=new_radius_user& oldcustid=$webvar{custid}&userid=$webvar{billinguser}".866 "action=new_radius_user&custid=$webvar{custid}&userid=$webvar{billinguser}". 867 867 "&route_subnet=".$netblock->addr."&subnet_slash=".$netblock->masklen. 868 868 "&include_routed_subnet=1&ipdb=1".
Note:
See TracChangeset
for help on using the changeset viewer.