00001 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
00002 <html>
00003 <head>
00004 <title>Database Access Denied</title>
00005 <link rel="stylesheet" type="text/css" href="<?php echo root ?>skins/errors.css">
00006 </head>
00007
00008 <body>
00009
00010 <div id="message">
00011
00012 <h2>Database Access Denied</h2>
00013
00014 <p>
00015 You are most likely receiving this message because you<br>
00016 have failed to configure mythweb's database login info.
00017 </p>
00018
00019 <p>
00020 Please see INSTALL for instructions.
00021 </p>
00022
00023 </div>
00024
00025 </body>
00026 </html>