in some php versions touch will give an error, error output supressed by @
[openemr.git] / interface / login_screen.php
blobf9b7d793b5ad222911969e449aef877da5515ded
1 <?
2 $ignoreAuth=true;
3 include_once("./globals.php");
5 ?>
7 <html>
8 <head>
11 </head>
12 <body ONLOAD="javascript:top.location.href='<?echo "$rootdir/login/login_frame.php"?>';">
13 <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>