<?php
include "../info/infosys_global.php";
$weburl = (! isset($_REQUEST['weburl'])? "" $_REQUEST['weburl']);
$psId = (! isset($_REQUEST['psId'])? "" $_REQUEST['psId']);
echo 
file_get_contents('http://'.$GLOBALS["HOST_NAME"].$weburl.'eoffice/admin/checkDoc2.php'.'?personId='.$psId.'&weburl='.$weburl);

?>