| Current Path : /var/www/html/venkat/aviral/aviral/ |
| Current File : /var/www/html/venkat/aviral/aviral/login_success.php |
<?php
$a = 1;
include("session.php");
// echo $r;
if($r == "venkat"){
header("location:admin.php");
}
else if($name == "hello"){
echo "<center> <b> <font color = 'red'> You are not authorized to register your summer course. </font> </b></center>";
} else{
header("location:home.php");
}
?>