Subversion Repositories oidplus

Rev

Rev 950 | Rev 1050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 950 Rev 1005
Line 46... Line 46...
46
        $query = $_REQUEST['query'];
46
        $query = $_REQUEST['query'];
47
}
47
}
48
 
48
 
49
$x = new OIDplusRDAP();
49
$x = new OIDplusRDAP();
50
list($out_content, $out_type) = $x->rdapQuery($query);
50
list($out_content, $out_type) = $x->rdapQuery($query);
-
 
51
 
-
 
52
OIDplus::invoke_shutdown();
-
 
53
 
51
if ($out_type) header('Content-Type:'.$out_type);
54
if ($out_type) header('Content-Type:'.$out_type);
52
echo $out_content;
55
echo $out_content;