mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3045 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -135,7 +135,7 @@ if ($error_msg) {
|
||||
if (!$debug)
|
||||
{
|
||||
header('Content-type: image/png');
|
||||
if($config['trim_tobias'])
|
||||
if ($config['trim_tobias'])
|
||||
{
|
||||
list($w, $h, $type, $attr) = getimagesize($graphfile);
|
||||
$src_im = imagecreatefrompng($graphfile);
|
||||
|
||||
@@ -68,7 +68,7 @@ if (!$auth)
|
||||
onchange="window.open(this.options[this.selectedIndex].value,'_top')" >
|
||||
<?php
|
||||
|
||||
foreach($types as $avail_type)
|
||||
foreach ($types as $avail_type)
|
||||
{
|
||||
echo("<option value='".generate_url($vars, array('type' => $type."_".$avail_type, 'page' => "graphs"))."'");
|
||||
if ($avail_type == $subtype) { echo(" selected"); }
|
||||
|
||||
Reference in New Issue
Block a user