mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-15 09:39:17 +00:00
add statistics with regular xml tags
This commit is contained in:
parent
ac544ef206
commit
e4b3c76f0f
|
@ -546,12 +546,10 @@ if($folder) {
|
||||||
tree($folder, null, '', $skiproot);
|
tree($folder, null, '', $skiproot);
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "</dms>\n";
|
echo "<statistics>\n";
|
||||||
echo "<!--\n";
|
echo " <command><![CDATA[".implode(" ", $argv)."]]></command>\n";
|
||||||
echo "Command:\n";
|
|
||||||
echo " ".str_replace('--', '-', implode(" ", $argv))."\n";
|
|
||||||
echo "Statistics:\n";
|
|
||||||
foreach($statistic as $type=>$count)
|
foreach($statistic as $type=>$count)
|
||||||
echo " ".$type.": ".$count."\n";
|
echo " <".$type.">".$count."</".$type.">\n";
|
||||||
echo "-->\n"
|
echo "</statistics>\n";
|
||||||
|
echo "</dms>\n";
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user