From c2770c6f1975ffebb4289b28ce5e2878c136ae5f Mon Sep 17 00:00:00 2001 From: AdamB Date: Mon, 12 Aug 2024 17:24:02 +0100 Subject: [PATCH] Remove file differing by case only (#16280) --- .../application/nfS_client_rpc_info.inc.php | 40 ------------------- 1 file changed, 40 deletions(-) delete mode 100644 includes/html/graphs/application/nfS_client_rpc_info.inc.php diff --git a/includes/html/graphs/application/nfS_client_rpc_info.inc.php b/includes/html/graphs/application/nfS_client_rpc_info.inc.php deleted file mode 100644 index 4ac0e7c582..0000000000 --- a/includes/html/graphs/application/nfS_client_rpc_info.inc.php +++ /dev/null @@ -1,40 +0,0 @@ - $descr) { - $filename = $filename = Rrd::name($device['hostname'], ['app', $name, $app->app_id, $stat]); - if (Rrd::checkRrdExists($filename)) { - $rrd_list[] = [ - 'filename' => $filename, - 'descr' => $descr, - 'ds' => 'data', - ]; - } -} - -$rrd_filename = Rrd::name($device['hostname'], ['app', $name, $app->app_id]); - -require 'includes/html/graphs/generic_multi_line.inc.php';