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,8 +1,6 @@
|
||||
<?php
|
||||
|
||||
$ds_in = "inpacketoctets";
|
||||
$ds_out = "outpacketoctets";
|
||||
$ds_in = 'inpacketoctets';
|
||||
$ds_out = 'outpacketoctets';
|
||||
|
||||
include("includes/graphs/generic_data.inc.php");
|
||||
|
||||
?>
|
||||
require 'includes/graphs/generic_data.inc.php';
|
||||
|
||||
Reference in New Issue
Block a user