Changeset 302 for trunk


Ignore:
Timestamp:
11/17/05 12:21:22 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Tweak billing return links with extra data

File:
1 edited

Legend:

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

    r301 r302  
    852852                qq(<div><a href="https://billing.example.com/extserv.pl?).
    853853                "action=new_radius_user&oldcustid=$webvar{custid}&userid=$webvar{billinguser}".
    854                 qq(&ip=$msg">Add this IP to RADIUS user table</a></div>)
     854                qq(&ipdb=1&ip=$msg">Add this IP to RADIUS user table</a></div>)
    855855        : "</div>");
    856856      # Notify tech@example.com
     
    866866                "action=new_radius_user&oldcustid=$webvar{custid}&userid=$webvar{billinguser}".
    867867                "&route_subnet=".$netblock->addr."&subnet_slash=".$netblock->masklen.
     868                "&include_routed_subnet=1&ipdb=1".
    868869                qq(">Add this netblock to RADIUS user table</a></div>)
    869870        : "</div>");
Note: See TracChangeset for help on using the changeset viewer.