fix empty directory bug
[openemr.git] / interface / login / login_title.php
blob1371104e87dc40e2a9a164abf93ed61abb1c202d
1 <?php
2 $ignoreAuth=true;
3 include_once("../globals.php");
4 ?>
5 <html>
6 <head>
7 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
8 </head>
9 <body class="body_title">
11 <span class="title_bar"><?php echo "$openemr_name v$openemr_version" ?></span><br>
13 </body>
14 </html>