Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/venkat/elective20dec2016/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/venkat/elective20dec2016/facultymain.php
<?php
include("session.php");
include("db1.php");
if($category!="faculty")
{
	header("location:login.html");
}


?>
<body bgcolor="#F0F8FF">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Options </strong></td>
</tr>



<tr>
<td width="300">View Seat Matrix</td>
<td width="36">:</td>
<td width="394"><a href="facultyseat.php"> Seat Matrix </a></td>
</tr>


<tr>
<td width="300">View statistics of electives</td>
<td width="36">:</td>
<td width="394"><a href="facultyview.php"> View </a></td>
</tr>

<tr>
<td width="300">Upload the syllabus of your elective</td>
<td width="36">:</td>
<td width="394"><a href="facultyupload.php"> Upload </a></td>
</tr>


<tr>
<td width="300">SubjectWise Allotment Statistics</td>
<td width="36">:</td>
<td width="394"><a href="facultysubject.php"> Subject View </a></td>
</tr>


<tr>
<td width="300">Create CSV sheet</td>
<td width="36">:</td>
<td width="394"><a href="facultycopy.php"> Excel(CSV) Sheet </a></td>
</tr>


</table>
</td>
</form>
</tr>
</table>
<?php
?>

ZeroDay Forums Mini