forked from leftypol/leftypol
trailing slash
This commit is contained in:
parent
dfbb77af83
commit
517167ea6f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
foreach($this->spans as &$span) {
|
||||
// Graph graph
|
||||
if(!rrd_graph($settings['images'] . $board . '-' . $span . '.png', Array(
|
||||
if(!rrd_graph($settings['images'] . '/' . $board . '-' . $span . '.png', Array(
|
||||
'-s -1' . $span,
|
||||
'-t Posts on ' . sprintf($config['board_abbreviation'], $board),
|
||||
//'--lazy',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue