Ejemplo n.º 1
0
function Virtualizer_status(){
	include_once("ressources/class.os.system.tools.inc");
	$tpl=new templates();
	$os=new os_system();
	echo $tpl->_ENGINE_parse_body($os->MinimalStatus());
	
}