Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/student/
Upload File :
Current File : //home/bolconlineco/public_html/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');?>