fix empty directory bug
[openemr.git] / interface / login / login_frame.php
blobef55d7f4472a2ad3faa912cb3cd60cea1c83ce06
1 <?php
2 $ignoreAuth = true;
3 include_once ("../globals.php");
4 include_once ("$srcdir/classes/Filtreatment_class.php");
5 ?>
6 <HTML>
7 <head>
8 <?php html_header_show(); ?>
9 <TITLE><?php xl ('Login','e'); ?></TITLE>
10 <link rel='stylesheet' href="<?php echo $css_header;?>" type="text/css">
11 </HEAD>
13 <?php
14 // uncomment when PHP>=5
15 //$ob = new Filtreatment();
16 //$_rootdir = $ob->ft_xss($rootdir, 'UTF-8');
18 <frameset rows="<?php echo "$GLOBALS[logoBarHeight],$GLOBALS[titleBarHeight]" ?>,*" cols="*" frameborder="NO" border="0" framespacing="0">
19 <frame class="logobar" src="<?php echo $rootdir;?>/login/filler.php" name="Filler Top" scrolling="no" noresize frameborder="NO">
20 <frame class="titlebar" src="<?php echo $rootdir;?>/login/login_title.php" name="Title" scrolling="no" noresize frameborder="NO">
21 <frame src="<?php echo $rootdir;?>/login/login.php" name="Login" scrolling="auto" frameborder="NO">
22 <!--<frame src="<?php echo $rootdir;?>/login/filler.php" name="Filler Bottom" scrolling="no" noresize frameborder="NO">-->
23 </frameset>
25 <noframes><body bgcolor="#FFFFFF">
27 </body></noframes>
29 </HTML>