fix for the BACK link so it goes to the main notes screen, not the calendar
[openemr.git] / interface / logout.php
blob2b972d67a40dc9198e620e869a86eb5de73a3883
1 <?php
2 require_once("globals.php");
3 ?>
5 <html>
6 <head>
7 <? html_header_show();?>
9 <link rel=stylesheet href="style.css" type="text/css">
11 </head>
12 <body bgcolor=#ffffff topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
14 <span class=text><?xl('Logged out.','e')?></span>
16 <br><br>
18 <?xl('This page will inline include the login page, so that we do not have to click relogin every time.','e')?>
20 <br><br>
22 <a class=link href="login_screen.php"><?xl('Relogin','e')?></a>
24 <br><br>
26 </body>
27 </html>