added appointments-encounters report
[openemr.git] / interface / logout.php
blob47d95494efedb49c188e073d09c4d428932c8baa
1 <?
2 include_once("globals.php");
3 include_once("$srcdir/auth.inc");
5 ?>
8 <html>
9 <head>
12 <link rel=stylesheet href="style.css" type="text/css">
15 </head>
16 <body bgcolor=#ffffff topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
20 <span class=text>Logged out.</span>
23 <br><br>
25 This page will inline include the login page, so that we do not have to click relogin every time.
27 <br><br>
29 <a class=link href="login_screen.php">Relogin</a>
31 <br><br>
34 </body>
35 </html>