mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add command line to statistic section
This commit is contained in:
parent
c85e00510a
commit
ac544ef206
|
@ -548,6 +548,9 @@ if($folder) {
|
|||
|
||||
echo "</dms>\n";
|
||||
echo "<!--\n";
|
||||
echo "Command:\n";
|
||||
echo " ".str_replace('--', '-', implode(" ", $argv))."\n";
|
||||
echo "Statistics:\n";
|
||||
foreach($statistic as $type=>$count)
|
||||
echo " ".$type.": ".$count."\n";
|
||||
echo "-->\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user