Fixed errors in two regular expressions due to the lack of the /s modifier.
[openemr.git] / interface / logout.php
blob493d140404860e8418dd7defbc8972dfcd27c73f
1 <?php
2 require_once("globals.php");
3 ?>
5 <html>
6 <head>
8 <link rel=stylesheet href="style.css" type="text/css">
10 </head>
11 <body bgcolor=#ffffff topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
13 <span class=text><?xl('Logged out.','e')?></span>
15 <br><br>
17 <?xl('This page will inline include the login page, so that we do not have to click relogin every time.','e')?>
19 <br><br>
21 <a class=link href="login_screen.php"><?xl('Relogin','e')?></a>
23 <br><br>
25 </body>
26 </html>