mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
trailing slash
This commit is contained in:
parent
bcd544d778
commit
8d77b78dd4
@ -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…
Reference in New Issue
Block a user