Cleanup functions.inc.php (#11835)

This commit is contained in:
SourceDoctor
2020-06-17 14:00:18 +02:00
committed by GitHub
parent 867aa132c1
commit 62f850aef9
8 changed files with 8 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ $transparency = 15;
if (isset($vars['cert_name'])) {
$cert_name_list=array($vars['cert_name']);
} else {
$cert_name_list=get_domains_with_certificates($device, $app['app_id']);
$cert_name_list = get_arrays_with_application($device, $app_id, $name);
}
$int=0;

View File

@@ -10,7 +10,7 @@ $transparency = 15;
if (isset($vars['array'])) {
$arrays=array($vars['array']);
} else {
$arrays=get_arrays_with_mdadm($device, $app['app_id']);
$arrays = get_arrays_with_application($device, $app_id, $name);
}
$int=0;

View File

@@ -10,7 +10,7 @@ $transparency = 15;
if (isset($vars['array'])) {
$arrays=array($vars['array']);
} else {
$arrays=get_arrays_with_seafile($device, $app['app_id'], $category);
$arrays = get_arrays_with_application($device, $app_id, $name, $category);
}
$int=0;

View File

@@ -10,7 +10,7 @@ $transparency = 15;
if (isset($vars['disk'])) {
$disks=array($vars['disk']);
} else {
$disks=get_disks_with_smart($device, $app['app_id']);
$disks = get_arrays_with_application($device, $app_id, $name);
}
$smart_enhancements = array('id9');