mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix coding style part 2
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<?php
|
||||
|
||||
include("memcached.inc.php");
|
||||
include("includes/graphs/common.inc.php");
|
||||
require 'memcached.inc.php';
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
$multiplier = 8;
|
||||
|
||||
$ds_in = "bytes_read";
|
||||
$ds_out = "bytes_written";
|
||||
$ds_in = 'bytes_read';
|
||||
$ds_out = 'bytes_written';
|
||||
|
||||
include("includes/graphs/generic_data.inc.php");
|
||||
|
||||
?>
|
||||
require 'includes/graphs/generic_data.inc.php';
|
||||
|
Reference in New Issue
Block a user