Changeset 340 for trunk/cgi-bin/admin.cgi
- Timestamp:
- 07/06/06 18:00:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r331 r340 48 48 if ($IPDBacl{$authuser} !~ /A/) { 49 49 print "Content-Type: text/html\n\n". 50 "<html><head><title>Access denied</title></head><body>\n". 50 "<html><head><title>Access denied</title></head>". 51 qq(<body bgcolor="#ffff00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n). 51 52 'Access to this tool is restricted. Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '. 52 53 "for more information.</body></html>\n"; … … 60 61 "<html>\n<head>\n\t<title>TEST [IPDB admin tools] TEST</title>\n". 61 62 qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n). 62 "</head>\n<body>\n".63 qq(</head>\n<body bgcolor="#ffff00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n). 63 64 "<h2>IPDB - Administrative Tools</h2>\n<hr>\n"; 64 65
Note:
See TracChangeset
for help on using the changeset viewer.