# | Line 61 | Line 61 | $deleteimgs = 1; | |
---|---|---|
61 | $hex_slash = "_2f"; | |
62 | # _ converted to a decimal then hex'd | |
63 | $hex_underscore = "_5f"; | |
64 | + | # (space) converted to a decimal then hex'd |
65 | + | $hex_space = "_20"; |
66 | + | # : converted to a decimal then hex'd |
67 | + | $hex_colon = "_3A"; |
68 | + | # \ converted to a decimal then hex'd |
69 | + | $hex_bslash = "_5C"; |
70 | ||
71 | # step interval in the rrd databases | |
72 | $rrdstep = 60; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |