# | Line 37 | Line 37 | function getdirArray($dir='./',$sort='asort') { | |
---|---|---|
37 | } | |
38 | } | |
39 | ||
40 | + | function printLine() { |
41 | + | echo "<hr color=\"#9999ff\">"; |
42 | + | } |
43 | ||
44 | + | |
45 | function showStat($title, $value, $input) { | |
46 | < | preg_match("/$value=([^\,]*)[\,|\}]/", $input, $matches); |
46 | > | preg_match("/$value=([^\,]*)[\,\}]/", $input, $matches); |
47 | $value = $matches[1]; | |
48 | if (empty($value)) { | |
49 | $value = "<i>unknown</i>"; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |