| Current Path : /home/bolconlineco/public_html/aaaaaa/demo/student/ |
| Current File : /home/bolconlineco/public_html/aaaaaa/demo/student/assignments.php |
<?php
ob_start();
session_start();
?>
<?php include('header.php'); ?>
<?php
if(!isset($_SESSION['studentname']) || $_SESSION['studentrole'] != 4)
{
header("location:../index.php");
exit();
}
?>
<div id="content">
<span class="left"> </span><h2> Student Site Panel </h2><span class="right"></span>
<div id="frm">
</div>
<div id="data">
<div id="data-info">
</div>
</div>
</div><!-- end data -->
</div> <!-- end content -->
</div><!-- end wrapper -->
<?php include('../includes/footer.php');?>