0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.118.128.2


Current Path : /var/www/html/studentportal_test/src/
Upload File :
Current File : /var/www/html/studentportal_test/src/examapp_iframe.php

<?php

include ("database.php");

if($_SESSION['EXAMBLK'] != 'T')
{
	$row['status'] = 'success';

	$parameters = "r=".$_SESSION['REGNO']."&c=".$_SESSION['CATEGORY']."&li=".$_SESSION['FEETYPE']."&iframe=true";

	$row['url'] = 'http://studentportal.logisys.org/'.$_SESSION['FOLDER'].'/student.php?'.$parameters;
	/*$row['url'] = $_SESSION['FOLDER'].'/student.php?'.$parameters;*/
}
else
{
	$row['status'] = 'blocked';
}
echo json_encode($row);

?>