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) {
|
foreach($this->spans as &$span) {
|
||||||
// Graph graph
|
// Graph graph
|
||||||
if(!rrd_graph($settings['images'] . $board . '-' . $span . '.png', Array(
|
if(!rrd_graph($settings['images'] . '/' . $board . '-' . $span . '.png', Array(
|
||||||
'-s -1' . $span,
|
'-s -1' . $span,
|
||||||
'-t Posts on ' . sprintf($config['board_abbreviation'], $board),
|
'-t Posts on ' . sprintf($config['board_abbreviation'], $board),
|
||||||
//'--lazy',
|
//'--lazy',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue