PK

ADDRLIN : /home/anibklip/pcfcindia.com/backup14/superadmin/
FLL :
Current File : /home/anibklip/pcfcindia.com/backup14/superadmin/logout_thanks.php

<?php
include "head.php";
?>
<html>
<head>
<meta http-equiv="refresh" content="3;URL=index.php ">
</head>

<div id="main">
<div id="middle_column">
<div id="mainContent">
<div class="section"> 
    <h2 id="icon_pick">Bye Bye Superadmin, login again to use Superadmin Management area.</h2> 

<br>

<p align="center"> You have been Logged out Sucessfully!<br>
Thank you for using Superadmin Systems.<br><br>
You will need to <a href="login.php" class="titletext">login again</a> to access any area from Superadmin...
</p><br><br>
<br>

</div>
</div>
</div><br>
<br>
<?php
include "foot.php";
?>


PK 99