Subversion Repositories oidplus

Rev

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

Rev 941 Rev 1005
Line 45... Line 45...
45
}
45
}
46
 
46
 
47
 
47
 
48
$x = new OIDplusOIDIP();
48
$x = new OIDplusOIDIP();
49
list($out_content, $out_type) = $x->oidipQuery($query);
49
list($out_content, $out_type) = $x->oidipQuery($query);
-
 
50
 
-
 
51
OIDplus::invoke_shutdown();
-
 
52
 
50
if ($out_type) header('Content-Type:'.$out_type);
53
if ($out_type) header('Content-Type:'.$out_type);
51
echo $out_content;
54
echo $out_content;