Ignore:
Timestamp:
03/17/05 13:28:03 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Backport admin.cgi update from /trunk r199
Add Billing Gateway check for customer IDs

File:
1 edited

Legend:

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

    r194 r200  
    169169# Clean up IPDB globals, DB handle, etc.
    170170finish($ip_dbh);
     171
     172print qq(<div align=right style="position: absolute; right: 30px;">).
     173        qq(<a href="/ip/cgi-bin/admin.cgi">Admin tools</a></div><br>\n)
     174        if $authuser =~ /kdeugau|jodyh/;
     175
    171176# We print the footer here, so we don't have to do it elsewhere.
    172177printFooter;
Note: See TracChangeset for help on using the changeset viewer.