Changeset 414 for branches/stable/cgi-bin/admin.cgi
- Timestamp:
- 05/13/10 17:03:21 (15 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable
-
branches/stable/cgi-bin/admin.cgi
r411 r414 49 49 if ($IPDBacl{$authuser} !~ /A/) { 50 50 print "Content-Type: text/html\n\n". 51 "<html><head><title>Access denied</title></head><body>\n". 52 'Access to this tool is restricted. Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '. 53 "for more information.</body></html>\n"; 51 "<html>\n<head>\n\t<title>Access denied</title>\n". 52 qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n). 53 qq(\t<link rel="stylesheet" type="text/css" href="/ip/local.css">\n). 54 "</head>\n<body>\n". 55 qq(Access to this tool is restricted. Contact <a href="mailto:kdeugau\@vianet.ca">Kris</a> \n). 56 "for more information.\n</body>\n</html>\n"; 54 57 exit; 55 58 } … … 61 64 "<html>\n<head>\n\t<title>[IPDB admin tools]</title>\n". 62 65 qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n). 66 qq(\t<link rel="stylesheet" type="text/css" href="/ip/local.css">\n). 63 67 "</head>\n<body>\n". 64 68 "<h2>IPDB - Administrative Tools</h2>\n<hr>\n";
Note:
See TracChangeset
for help on using the changeset viewer.