- Timestamp:
- 03/21/05 15:50:09 (20 years ago)
- Location:
- branches/stable/cgi-bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/cgi-bin/admin.cgi
r200 r204 34 34 } 35 35 36 if ($authuser !~ /^(kdeugau|jodyh| __temptest)$/) {36 if ($authuser !~ /^(kdeugau|jodyh|jipp)$/) { 37 37 print "Content-Type: text/html\n\n". 38 38 "<html><head><title>Access denied</title></head><body>\n". -
branches/stable/cgi-bin/main.cgi
r203 r204 172 172 print qq(<div align=right style="position: absolute; right: 30px;">). 173 173 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/; 175 175 176 176 # We print the footer here, so we don't have to do it elsewhere.
Note:
See TracChangeset
for help on using the changeset viewer.