# | Line 88 | Line 88 | function tidyName($machine_name, $string) { | |
---|---|---|
88 | $string = preg_replace("/$hex_bslash/", "\\", $string); | |
89 | $string = preg_replace("/$hex_space/", " ", $string); | |
90 | $string = preg_replace("/$hex_colon/", ":", $string); | |
91 | < | return "Network usage: $string"; |
91 | > | return "Network IO: $string"; |
92 | } | |
93 | ||
94 | # The name Mail Queue information should be displayed as |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |