added back in some basic started data This is added only on initial installation...
[openemr.git] / interface / main / main.php
blob24e65f4b3e76cca29ac18f84eb92cc352eff781c
1 <?
2 include_once("../globals.php");
3 include_once("$srcdir/auth.inc");
4 ?>
5 <HTML>
6 <HEAD>
7 <TITLE>
8 Main Screen
9 </TITLE>
10 </HEAD>
11 <frameset rows="60%,35%" cols="*" name="Main">
13 if(true /* $_SESSION['userauthorized'] */ ) {
15 <frame src="main_info.php" name="Comment" scrolling="auto">
16 <frame src="authorizations/authorizations.php" name="Authorization" scrolling="auto">
19 else {
21 <frame src="main_info.php" name="Comment" scrolling="auto">
22 <frame src="calendar/find_patient.php?no_nav=1&mode=reset" name="fp" scrolling="auto">
26 </frameset>
27 <noframes><body bgcolor="#FFFFFF">
29 </body></noframes>
30 </HTML>