fixed bug in setting pid
[openemr.git] / interface / main / main_info.php
blobeafa2c460203e83334995915d9edd40b82f8fcb7
1 <?
2 include_once("../globals.php");
3 include_once("$srcdir/auth.inc");
4 ?>
9 <HTML>
10 <HEAD>
11 <TITLE>
12 Main Screen
13 </TITLE>
14 </HEAD>
16 <frameset rows="*" cols="*" name="Main" frameborder="NO" border="0" framespacing="0">
17 <!--<frame src="onotes/office_comments.php" name="Comment" scrolling="auto" noresize frameborder="NO">-->
20 if ($_SESSION['userauthorized']) {
24 <frame src="calendar/index.php?module=PostCalendar&viewtype=day&func=view&pc_username=<?=$_SESSION['authUser']?>" name="Calendar" scrolling="auto" frameborder="NO">
28 else {
32 <frame src="calendar/index.php?module=PostCalendar&func=view" name="Calendar" scrolling="auto" frameborder="NO">
41 </frameset>
44 <noframes><body bgcolor="#FFFFFF">
46 </body></noframes>
49 </HTML>