Removes frames from login gui and condense login gui into a single file.
[openemr.git] / interface / index.php
blobd1b213090134ac7488f24aa96b0368a2730f70e0
1 <?php
2 include_once("./globals.php");
3 ?>
5 <html>
6 <head>
7 <?php html_header_show();?>
10 </head>
11 <body ONLOAD="javascript:top.location.href='<?php echo "$rootdir/login/login.php"; ?>';">
13 </body>
14 </html>