Changeset 322 for branches/stable/cgi-bin
- Timestamp:
- 04/06/06 10:37:34 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/main.cgi
r318 r322 864 864 print qq(<div class="center"><div class="heading">The IP $msg has been allocated to customer $webvar{custid}</div>). 865 865 ( ($webvar{alloctype} eq 'di' && $webvar{billinguser}) ? 866 qq(<div><a href="https://billing.example.com/ extserv.pl?).866 qq(<div><a href="https://billing.example.com/radius.pl?). 867 867 "action=new_radius_user&custid=$webvar{custid}&userid=$webvar{billinguser}". 868 868 qq(&ipdb=1&ip=$msg">Add this IP to RADIUS user table</a></div>) … … 877 877 "sucessfully added as: $disp_alloctypes{$webvar{alloctype}}</div>". 878 878 ( ($webvar{alloctype} eq 'pr' && $webvar{billinguser}) ? 879 qq(<div><a href="https://billing.example.com/ extserv.pl?).879 qq(<div><a href="https://billing.example.com/radius.pl?). 880 880 "action=new_radius_user&custid=$webvar{custid}&userid=$webvar{billinguser}". 881 881 "&route_subnet=".$netblock->addr."&subnet_slash=".$netblock->masklen.
Note:
See TracChangeset
for help on using the changeset viewer.