Changeset 199 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
03/17/05 12:30:51 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Update admin.cgi (such as it was) to newer IPDB backend code.
Add conditional link in "main" interface for specific users.

File:
1 edited

Legend:

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

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