Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/pks-ec/mbaentrance/website/admincp/
Upload File :
Current File : /var/www/html/mmishra/indem/pks-ec/mbaentrance/website/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">&nbsp;</td>
              </tr>
              <tr>
                <td valign="top" class="heading2b">MBA &amp; MS Project</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">&nbsp;</td>
              </tr>
              
            </table></td>
          </tr>
          
        </table></td>
      </tr>
      
    </table>
<?php require_once("footer.inc.php");?>