Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/electiveaug22/
Upload File :
Current File : //var/www/html/venkat/electiveaug22/login_success.php

<?php
$a = 1;
include("session.php");




$discipline = substr($s, 1, 2); 


if($s == 'elective') {
	header("location:facmain.php");
}
else if ($category == 'student') {
	header("location:sdesign.php");
}
else if($category == 'faculty'){
	header("location:facultymain.php");
}
else {
	echo " <center> You are Not authorized to access </center>";
}
?>