Changeset 412 for trunk/cgi-bin/admin.cgi
- Timestamp:
- 05/13/10 15:29:46 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r400 r412 50 50 print "Content-Type: text/html\n\n". 51 51 "<html><head><title>Access denied</title></head>". 52 qq(<body bgcolor="#ffff 00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).52 qq(<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n). 53 53 'Access to this tool is restricted. Contact <a href="mailto:kdeugau@vianet.ca">Kris</a> '. 54 54 "for more information.</body></html>\n"; … … 60 60 61 61 print "Content-type: text/html\n\n". 62 "<html>\n<head>\n\t<title> TEST [IPDB admin tools] TEST</title>\n".62 "<html>\n<head>\n\t<title>[IPDB admin tools]</title>\n". 63 63 qq(\t<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">\n). 64 qq(</head>\n<body bgcolor="#ffff 00" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n).64 qq(</head>\n<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000">\n). 65 65 "<h2>IPDB - Administrative Tools</h2>\n<hr>\n"; 66 66
Note:
See TracChangeset
for help on using the changeset viewer.