mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Apply "Squiz" code style on old (pre-2014) files
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (is_file($config['rrd_dir'] . "/" . $device['hostname'] ."/ucd_mem.rrd"))
|
||||
{
|
||||
$graph_title = "Memory Utilisation";
|
||||
$graph_type = "device_memory";
|
||||
if (is_file($config['rrd_dir'].'/'.$device['hostname'].'/ucd_mem.rrd')) {
|
||||
$graph_title = 'Memory Utilisation';
|
||||
$graph_type = 'device_memory';
|
||||
|
||||
include("includes/print-device-graph.php");
|
||||
include 'includes/print-device-graph.php';
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user