add feature to see appointment by clicking on its time
[openemr.git] / interface / login_screen.php
blob162aaa682d5afd9d9d1b7c85daba68dbdeffad6b
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"?>'>Follow manually</a>
14 <p>
15 OpenEMR requires Javascript to perform user authentication.
17 </body>
18 </html>