Move config to WebUI

This commit is contained in:
pblasquez
2016-04-26 12:56:58 -07:00
parent aeafdf58e9
commit 8e8315dbcd
3 changed files with 10 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ else {
echo('</tr></table>');
$graph_array = $vars;
$graph_array['height'] = "300";
$graph_array['height'] = $config['webui']['min_graph_height'];
$graph_array['width'] = $graph_width;
if($_SESSION['screen_width']) {