. * * Version 0.1 * Author: Daniel Larraz */ $_main_title="Apache Manager"; $_plugin_css=Array("basic.css"); $_plugin_javascript=Array("jquery-1.3.2.min.js","jquery.json-1.3.min.js","json_encode.js","ajax.js", "jquery.ocupload-1.1.2.packed.js", "certs_panel.js", "apache_plugin.js"); include_once $base_plugin.'php/display_apache_info.php'; $html = make_apache(); // $html will be printed by core if $html is defined. But you can uncomment following // lines if you know what you are doing. // echo $html; // unset($html); ?>