Changeset 322 for branches/stable


Ignore:
Timestamp:
04/06/06 10:37:34 (18 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Update billing backlinks on static IP and dynamic-route DSL allocations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/main.cgi

    r318 r322  
    864864      print qq(<div class="center"><div class="heading">The IP $msg has been allocated to customer $webvar{custid}</div>).
    865865        ( ($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?).
    867867                "action=new_radius_user&custid=$webvar{custid}&userid=$webvar{billinguser}".
    868868                qq(&ipdb=1&ip=$msg">Add this IP to RADIUS user table</a></div>)
     
    877877        "sucessfully added as: $disp_alloctypes{$webvar{alloctype}}</div>".
    878878        ( ($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?).
    880880                "action=new_radius_user&custid=$webvar{custid}&userid=$webvar{billinguser}".
    881881                "&route_subnet=".$netblock->addr."&subnet_slash=".$netblock->masklen.
Note: See TracChangeset for help on using the changeset viewer.