| Current Path : /var/www/html/venkat/elective-dec2016/ |
| Current File : /var/www/html/venkat/elective-dec2016/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>";
}
?>