| Current Path : /var/www/html/mmishra/indem/New Folder (2)/admincp/ |
| Current File : /var/www/html/mmishra/indem/New Folder (2)/admincp/adminDesktop.php |
<?php
require_once("class/adminLogin.class.php");
$rahul = new rahul();//**--Base Class rahul Object --**//
$rahul->validate_admin();//**--Method Called to Validate Administrator --**//
require_once("innerHeader.inc.php");
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="225" valign="top" class="blue"><?php require_once("left.inc.php"); ?></td>
<td valign="top"><table width="85%" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top" class="heading2b">6th Science Conclave</td>
</tr>
<tr>
<td valign="top" class="heading1a">Please use the navigation links on the left side to access different sections of your account.</td>
</tr>
<tr>
<td valign="top"> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<?php require_once("footer.inc.php");?>