fix empty directory bug
[openemr.git] / interface / login / filler.php
blob0c1bdebaccc4b226761ed8a9fb8683dfc85419e0
1 <?php
2 $ignoreAuth=true;
3 include_once("../globals.php");
4 ?>
5 <html>
6 <head>
7 <?php html_header_show(); ?>
8 <title>Navigation</title>
9 <link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
10 </head>
11 <body class="logobar">
12 <img style="position:absolute;top:0;left:0;"src=" <?php echo $GLOBALS['webroot']?>/interface/pic/logo.gif" />
13 </body>
14 </html>