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.149.234.78


Current Path : /var/www/html/kusdde_tobedeleted/adm/includes/
Upload File :
Current File : /var/www/html/kusdde_tobedeleted/adm/includes/serverConfig.php

<?php

//This is to set the IP of the server where this app will be hosted

$host = 'localhost';
$port = '8080';
$dir= 'Parent';
$type='http';

$instCode='aips';
$branchCode='1';
$instName = 'Demo School';


if($port =='')
{
	$server = $type."://".$host."/".$dir."/";
	//echo $server;
}

if($port !='')
{
	$server = $type."://".$host.":".$port."/".$dir."/";
	//echo $server;
}


?>