some fixes related to max_length
[openemr.git] / login_title.php
blob3660d822f10207d81c29ba49b32cd8b2820e3a41
1 <?
2 $ignoreAuth=true;
3 include_once("../globals.php");
5 ?>
7 <html>
8 <head>
11 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
14 </head>
15 <body <?echo $title_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
19 <span class="title_bar">OpenEMR v<?echo $openemr_version?></span><br>
28 </body>
29 </html>