moar restructure

git-svn-id: http://www.observium.org/svn/observer/trunk@1859 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-15 15:41:57 +00:00
parent d077282444
commit 0a86e1c675
6 changed files with 39 additions and 35 deletions

View File

@@ -42,7 +42,7 @@ function rrdtool($command, $file, $options)
global $config; global $debug;
$command = $config['rrdtool'] . " $command $file $options";
if($config['rrdcached'])
if ($config['rrdcached'])
{
$command .= " --daemon " . $config['rrdcached'];
}