option for using DOS as billing date added
[openemr.git] / interface / login_screen.php
blobaa653253faec9575d20286a861084c081ef06a06
1 <?
2 $ignoreAuth=true;
3 include_once("./globals.php");
4 ?>
5 <html>
6 <body>
8 <script LANGUAGE="JavaScript">
9 top.location.href='<?echo "$rootdir/login/login_frame.php"?>';
10 </script>
12 <a href='<?echo "$rootdir/login/login_frame.php"?>'><?xl('Follow manually','e')?></a>
14 <p>
15 <?xl('OpenEMR requires Javascript to perform user authentication.','e')?>
17 </body>
18 </html>