Searched refs:chkRadValue2 (Results 1 – 7 of 7) sorted by relevance
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/ |
H A D | settings.php | 85 $chkRadValue2 = $SETS['common']['updcheck']; variable 129 $arrSQL[] = sprintf($strSQLBase, $chkRadValue2, 'common', 'updcheck'); 292 $conttp->setVariable('UPD_CHECK_' .$chkRadValue2. '_CHECKED', 'checked'); 293 if ($chkRadValue2 == 1) { 301 if (($chkRadValue3 == 1) && ($chkRadValue2 == 1)) {
|
H A D | contacts.php | 56 …. "`host_notifications_enabled`='$chkRadValue2', `service_notifications_enabled`='$chkRadValue3', "
|
H A D | contacttemplates.php | 56 …. "`host_notifications_enabled`='$chkRadValue2', `service_notifications_enabled`='$chkRadValue3', "
|
H A D | hosttemplates.php | 61 …. "`hostgroups_tploptions`=$chkRadValue2, `check_command`='$chkSelValue1', `use_template`=$intTemp…
|
H A D | servicetemplates.php | 60 . "`hostgroup_name_tploptions`=$chkRadValue2, `service_description`='$chkTfValue2', "
|
H A D | hosts.php | 66 …. "`hostgroups_tploptions`=$chkRadValue2, `check_command`='$chkSelValue1', `use_template`=$intTemp…
|
H A D | services.php | 65 . "`hostgroup_name_tploptions`=$chkRadValue2, `service_description`='$chkTfValue3', "
|