xUTM - IPFire에서 WebPorting

07232024

Last edited 56 days ago by 김준성

Graph Watermark 제거

PATH

/var/ipfire/graphs.pl

Modify


46 my @GRAPH_ARGS = (
47 # Output format
48 "--imgformat", "SVG",
49
50 # No border
51 "--border", "0",
52
53 # For a more 'organic' look
54 "--slope-mode",
55
56 # Watermark
57 # "-W www.ipfire.org",
58
59 # Canvas width/height
60 "-w $canvas_size{'width'}",
61 "-h $canvas_size{'height'}",
62
63 # Use alternative grid
64 "--alt-y-grid",
65 );
66

57 번줄의 “-W www.ipfire.org”, 를 주석 처리 합니다.

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.