The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / login_screen.php
blob97079614423053706ac967396ad801bde935f4cd
1 <?php
2 $ignoreAuth=true;
3 include_once("./globals.php");
4 ?>
5 <html>
6 <body>
8 <script LANGUAGE="JavaScript">
9 top.location.href='<?php echo "$rootdir/login/login_frame.php?site=".$_SESSION['site_id']; ?>';
10 </script>
12 <a href='<?php echo "$rootdir/login/login_frame.php?site=".$_SESSION['site_id']; ?>'><?php xl('Follow manually','e'); ?></a>
14 <p>
15 <?php xl('OpenEMR requires Javascript to perform user authentication.','e'); ?>
17 </body>
18 </html>