PluginProbe
WebTotem Security / 1.0
WebTotem Security v1.0
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | includes/options.php +28 -0 2.11.0 View file →
@@ -75,5 +75,33 @@
75 75 </div>
76 76 </div>
77 77 <?php } ?>
78 78
79 + <?php if(isset($arguments['vc'])){ ?>
80 + <div class="ww-option">
81 + <div class="ww-option__head"><label class="ww-option__name" for="checkbox-5"><?=wtsec_locale("remote_antivirus")?></label>
82 + <div class="ww-option__checkbox"><label class="ww-checkbox"><input
83 + data-host_id="<?=$arguments['host_id']?>"
84 + data-config_id="<?=$arguments['vc']['config_id']?>"
85 + class="v-change ww-checkbox__input" type="checkbox" id="checkbox-5" <?=$arguments['vc']['is_active'] ? "checked" : ""?>>
86 + <div class="ww-checkbox__name"></div></label></div>
87 + </div>
88 + <div class="ww-option__text"><?=wtsec_locale("descriptions.antivirus")?>
89 + </div>
90 + </div>
91 + <?php } ?>
92 +
93 +
94 + <?php if(isset($arguments['waf'])){ ?>
95 + <div class="ww-option">
96 + <div class="ww-option__head"><label class="ww-option__name" for="checkbox-5"><?=wtsec_locale("firewall")?></label>
97 + <div class="ww-option__checkbox"><label class="ww-checkbox"><input
98 + data-host_id="<?=$arguments['host_id']?>"
99 + data-config_id="<?=$arguments['waf']['config_id']?>"
100 + class="v-change ww-checkbox__input" type="checkbox" id="checkbox-5" <?=$arguments['waf']['is_active'] ? "checked" : ""?>>
101 + <div class="ww-checkbox__name"></div></label></div>
102 + </div>
103 + <div class="ww-option__text"><?=wtsec_locale("descriptions.firewall")?>
104 + </div>
105 + </div>
106 + <?php } ?>
79 107 </div>