PHPSECLIB 0.3.1 added to the project to support SFTP transfers of lab orders and...
[openemr.git] / interface / main / main.php
blob9cde025d620592fe732faa179d471d13c3513f7b
1 <?php
2 require_once("../globals.php");
3 ?>
4 <HTML>
5 <HEAD>
6 <TITLE>
7 Main Screen
8 </TITLE>
9 </HEAD>
10 <frameset rows="60%,35%" cols="*" name="Main" id="Main">
11 <?php if(true /* $_SESSION['userauthorized'] */ ) : ?>
12 <frame src="main_info.php" name="Comment" scrolling="auto">
13 <frame src="messages/messages.php?form_active=1" name="Authorization" id="Authorization" scrolling="auto">
14 <?php else: ?>
15 <frame src="main_info.php" name="Comment" scrolling="auto">
16 <frame src="calendar/find_patient.php?no_nav=1&mode=reset" name="fp" scrolling="auto">
17 <?php endif; ?>
18 </frameset>
19 <noframes><body bgcolor="#FFFFFF">
20 Frame support required
21 </body></noframes>
22 </HTML>