Changeset 204 for branches/stable


Ignore:
Timestamp:
03/21/05 15:50:09 (19 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Add another user to admin access list

Location:
branches/stable/cgi-bin
Files:
2 edited

Legend:

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

    r200 r204  
    3434}
    3535
    36 if ($authuser !~ /^(kdeugau|jodyh|__temptest)$/) {
     36if ($authuser !~ /^(kdeugau|jodyh|jipp)$/) {
    3737  print "Content-Type: text/html\n\n".
    3838        "<html><head><title>Access denied</title></head><body>\n".
  • branches/stable/cgi-bin/main.cgi

    r203 r204  
    172172print qq(<div align=right style="position: absolute; right: 30px;">).
    173173        qq(<a href="/ip/cgi-bin/admin.cgi">Admin tools</a></div><br>\n)
    174         if $authuser =~ /kdeugau|jodyh/;
     174        if $authuser =~ /kdeugau|jodyh|jipp/;
    175175
    176176# We print the footer here, so we don't have to do it elsewhere.
Note: See TracChangeset for help on using the changeset viewer.