<?php
/* +--------------------------------------------------------------
| PHPFreeNews - News Headlines on your website |
| Developed by Jim Willsher. |
| http://www.phpfreenews.co.uk |
+-------------------------------------------------------------+
*/
if (! defined('IN_PHPFN'))
die('Illegal attempt to access script directly!');
DisplayGroupHeading('End PHPFreeNews Session?');
?>
<table class="Admin">
<tr>
<td width="80">
<div align="center"><img src="Inc/Images/Question.gif" alt="Question"></div>
</td>
<td width="320">
<div class="plaintext">Are you sure you want to end your session and log out?</div>
<br />
<br />
<div align="center">
<a href="<?=$AdminScript?>?action=Logout&mode=Destroy">Yes</a> | <a href="<?=$AdminScript?>">No</a>
</div>
</td>
</tr>
</table>