&1', 'r' ); $buff = (isset($cfg["debuglevel"]) && $cfg["debuglevel"] == 2) ? "Debug: Evaluating command:

".tfb_htmlencode($cmd)."

Output follows below:
" : ""; $buff .= "
";
while (!feof($handle))
	$buff .= tfb_htmlencode(@fgets($handle, 30));
$tmpl->setvar('buff', $buff);
pclose($handle);
$buff.= "
"; // set vars tmplSetTitleBar($cfg["pagetitle"].' - checkSFV', false); tmplSetIidVars(); // parse template $tmpl->pparse(); ?>