- Timestamp:
- 04/19/05 14:18:08 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/acl/cgi-bin/admin.cgi
r239 r241 58 58 59 59 print "Content-type: text/html\n\n". 60 "<html>\n<head>\n\t<title> TEST [IPDB admin tools] TEST</title>\n".60 "<html>\n<head>\n\t<title>[IPDB admin tools]</title>\n". 61 61 qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n). 62 62 "</head>\n<body>\n". … … 327 327 print qq(<hr><a href="admin.cgi?action=showACL">Back</a> to ACL listing\n); 328 328 329 } els e{329 } elsif ($webvar{action} ne '<NULL>') { 330 330 print "webvar{action} check failed: Don't know how to $webvar{action}"; 331 331 }
Note:
See TracChangeset
for help on using the changeset viewer.