Commented out duplicate declaration of the variable $parent around line 370 which...
[openemr.git] / interface / logout.php
blob5e0b82fd7031b2396aa9b8d5eb35092183a537e8
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><?xl('Logged out.','e')?></span>
23 <br><br>
25 <?xl('This page will inline include the login page, so that we do not have to click relogin every time.','e')?>
27 <br><br>
29 <a class=link href="login_screen.php"><?xl('Relogin','e')?></a>
31 <br><br>
34 </body>
35 </html>