new line in files

This commit is contained in:
crcro
2016-09-25 00:00:06 +03:00
parent 7f8f302686
commit b0491b698e
6 changed files with 6 additions and 6 deletions

View File

@@ -30,4 +30,4 @@ $ups_apcups = rrd_name($device['hostname'], array('app', 'ups-apcups', $app['ap
if (rrdtool_check_rrd_exists($ups_apcups)) { if (rrdtool_check_rrd_exists($ups_apcups)) {
$rrd_filename = $ups_apcups; $rrd_filename = $ups_apcups;
} }
require 'includes/graphs/generic_simplex.inc.php'; require 'includes/graphs/generic_simplex.inc.php';

View File

@@ -30,4 +30,4 @@ $ups_apcups = rrd_name($device['hostname'], array('app', 'ups-apcups', $app['ap
if (rrdtool_check_rrd_exists($ups_apcups)) { if (rrdtool_check_rrd_exists($ups_apcups)) {
$rrd_filename = $ups_apcups; $rrd_filename = $ups_apcups;
} }
require 'includes/graphs/generic_simplex.inc.php'; require 'includes/graphs/generic_simplex.inc.php';

View File

@@ -30,4 +30,4 @@ $ups_apcups = rrd_name($device['hostname'], array('app', 'ups-apcups', $app['ap
if (rrdtool_check_rrd_exists($ups_apcups)) { if (rrdtool_check_rrd_exists($ups_apcups)) {
$rrd_filename = $ups_apcups; $rrd_filename = $ups_apcups;
} }
require 'includes/graphs/generic_simplex.inc.php'; require 'includes/graphs/generic_simplex.inc.php';

View File

@@ -46,4 +46,4 @@ if (rrdtool_check_rrd_exists($rrd_filename)) {
} else { } else {
echo "file missing: $rrd_filename"; echo "file missing: $rrd_filename";
} }
require 'includes/graphs/generic_v3_multiline_float.inc.php'; require 'includes/graphs/generic_v3_multiline_float.inc.php';

View File

@@ -46,4 +46,4 @@ if (rrdtool_check_rrd_exists($rrd_filename)) {
} else { } else {
echo "file missing: $rrd_filename"; echo "file missing: $rrd_filename";
} }
require 'includes/graphs/generic_v3_multiline_float.inc.php'; require 'includes/graphs/generic_v3_multiline_float.inc.php';

View File

@@ -44,4 +44,4 @@ foreach ($graphs as $key => $text) {
echo '</div>'; echo '</div>';
echo '</div>'; echo '</div>';
echo '</div>'; echo '</div>';
} }