HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
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">&nbsp;</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">&nbsp;</td>
	</tr>
</table>

<?php include("includes/footer.php"); ?>