set default margins to 5
[openemr.git] / index.php
blobc0879c69a9b22fefdac5a4169384cc45a8709cdb
1 <html>
2 <head></head>
4 <?php
6 include_once("library/sqlconf.php");
8 if ($config == 1) {
9 ?>
10 <body ONLOAD="javascript:top.location.href='<?php echo "interface/login/login_frame.php"?>';">
11 OpenEMR requires Javascript and a GUI browser. We can't promise you
12 anything but try following <a href="interface/login/login.php"
13 >this link</a> to continue.
14 <?php
15 } else {
16 ?>
17 <body ONLOAD="javascript:top.location.href='<?php echo "setup.php"?>';">
18 OpenEMR requires Javascript and a GUI browser. We can't promise you
19 anything but try following <a href="setup.php">this link</a> to continue.
20 <?php
23 </body>
24 </html>