mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -34,9 +34,9 @@ foreach ($modules as $module => $module_status) {
|
||||
}
|
||||
}
|
||||
|
||||
$unit_text = "Seconds";
|
||||
$unit_text = 'Seconds';
|
||||
$simple_rrd = false;
|
||||
$nototal = false;
|
||||
$text_orig = true;
|
||||
$colours = 'manycolours';
|
||||
require "includes/html/graphs/generic_multi_simplex_seperated.inc.php";
|
||||
require 'includes/html/graphs/generic_multi_simplex_seperated.inc.php';
|
||||
|
||||
Reference in New Issue
Block a user