Subversion Repositories oidplus

Rev

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

Rev 962 Rev 1005
Line 38... Line 38...
38
                die();
38
                die();
39
        }
39
        }
40
}
40
}
41
 
41
 
42
list($out_content, $out_type) = OIDplusPageAdminOIDInfoExport::outputXML(isset($_REQUEST['online']) && $_REQUEST['online']);
42
list($out_content, $out_type) = OIDplusPageAdminOIDInfoExport::outputXML(isset($_REQUEST['online']) && $_REQUEST['online']);
-
 
43
 
-
 
44
OIDplus::invoke_shutdown();
-
 
45
 
43
if ($out_type) header('Content-Type:'.$out_type);
46
if ($out_type) header('Content-Type:'.$out_type);
44
echo $out_content;
47
echo $out_content;