Imported Upstream version 0.6.26
This commit is contained in:
@@ -28,6 +28,12 @@ class Image_Controller extends System_Controller {
|
||||
if($this->input->get('graph_height') != "" )
|
||||
$this->rrdtool->config->conf['graph_height'] = intval($this->input->get('graph_height'));
|
||||
|
||||
if($this->input->get('graph_only') !== null)
|
||||
$this->rrdtool->config->conf['graph_only'] = 1;
|
||||
|
||||
if($this->input->get('no_legend') !== null)
|
||||
$this->rrdtool->config->conf['no_legend'] = 1;
|
||||
|
||||
$this->data->getTimeRange($this->start,$this->end,$this->view);
|
||||
|
||||
if($this->tpl != ""){
|
||||
|
||||
Reference in New Issue
Block a user