Changeset 314 for trunk


Ignore:
Timestamp:
03/31/06 13:43:07 (18 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix billing backlinks with custid=... instead of oldcustid=...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r313 r314  
    851851        ( ($webvar{alloctype} eq 'di' && $webvar{billinguser}) ?
    852852                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}".
    854854                qq(&ipdb=1&ip=$msg">Add this IP to RADIUS user table</a></div>)
    855855        : "</div>");
     
    864864        ( ($webvar{alloctype} eq 'pr' && $webvar{billinguser}) ?
    865865                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}".
    867867                "&route_subnet=".$netblock->addr."&subnet_slash=".$netblock->masklen.
    868868                "&include_routed_subnet=1&ipdb=1".
Note: See TracChangeset for help on using the changeset viewer.