Your IP : 216.73.216.40


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

<?php
$a = 1;
include("session.php");
if($r == "venkat.ta"){
	header("location:hhome.php");
}
else if($dept != "nn"){
	header("location:phome.php");
}
else if($namee1 != "hell"){
	header("location:fhome.php");
}
else{
	echo "<center> <b> <font color = 'red'> You are not authorized to register your project </font> </b></center>";
}

?>