in some php versions touch will give an error, error output supressed by @
[openemr.git] / index.php
blob655a7779d8e7cbc0e6a277d5bf610fa55f9cf84b
1 <?php
2 include_once("library/sqlconf.php");
4 ?>
6 <html>
7 <head>
10 </head>
11 <?php
12 include_once("library/sqlconf.php");
14 if ($config == 1) {
15 ?>
16 <body ONLOAD="javascript:top.location.href='<?echo "interface/login/login_frame.php"?>';">
17 OpenEMR requires Javascript and a GUI browser. We can't promise you
18 anything but try following <a href="interface/login/login.php"
19 >this link</a> to continue.
20 <?php
22 else {
23 ?>
24 <body ONLOAD="javascript:top.location.href='<?echo "setup.php"?>';">
25 OpenEMR requires Javascript and a GUI browser. We can't promise you
26 anything but try following <a href="setup.php">this link</a> to continue.
27 <?php
30 </body>
31 </html>