File: /home/httpd/html/seekya.com/DEAD/manage/home.php
<?php session_start();
include("includes/header.php");
include("../includes/func.php");?>
<?php if (empty($_SESSION["admin"])) redirect("index.php?e=1"); ?>
<table width="50%" height="100" border="0" align="center" cellpadding="5" cellspacing="5">
<tr>
<td height="50"> </td>
</tr>
<tr>
<td align="center" class="BlackAri12B" style="font-size: 18px">WELCOME TO ADMIN SECTION </td>
</tr>
<tr>
<td align="center" class="note">Here you can add/edit or delete the category information.You can add, edit users. You can also edit the videos and lot more... </td>
</tr>
<tr>
<td height="50" align="center"> </td>
</tr>
</table>
<?php include("includes/footer.php"); ?>