Changeset 413 for trunk/cgi-bin/admin.cgi
- Timestamp:
- 05/13/10 16:38:43 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
local.css
-
Property svn:ignore
set to
-
trunk/cgi-bin/admin.cgi
r412 r413 49 49 if ($IPDBacl{$authuser} !~ /A/) { 50 50 print "Content-Type: text/html\n\n". 51 "<html><head><title>Access denied</title></head>". 52 qq(<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n). 53 'Access to this tool is restricted. Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '. 54 "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"; 55 57 exit; 56 58 } … … 62 64 "<html>\n<head>\n\t<title>[IPDB admin tools]</title>\n". 63 65 qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n). 64 qq(</head>\n<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n). 66 qq(\t<link rel="stylesheet" type="text/css" href="/ip/local.css">\n). 67 "</head>\n<body>\n". 65 68 "<h2>IPDB - Administrative Tools</h2>\n<hr>\n"; 66 69
Note:
See TracChangeset
for help on using the changeset viewer.