Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/aviral/aviral/
Upload File :
Current File : /var/www/html/venkat/aviral/aviral/admin.php

<?php
include('db1.php');
include('session.php');
include('get_course.php');
?>
<head>
	<link rel="stylesheet" href="styles.css">
</head>
<center>

<?php
$id = addslashes($_SESSION['key']);
$_backButton = '<div class="container"><form action="register.php"><button type="submit">Go Back</button></form></div>';

if (id != 'MIT2018015' and id != 'venkat') {
	echo('ERR: Forbidden!');
	die();
}