PluginProbe
WebTotem Security / 2.2.2
WebTotem Security v2.2.2
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 | services.php +0 -15 2.2.32.2.2 View file →
@@ -210,23 +210,8 @@
210 210 return false;
211 211 }
212 212 }
213 213
214 -
215 -function wtsec_getConfigs($host_id)
216 -{
217 - $config = WTSEC_LIBRARY_WT::getConfigs($host_id);
218 - return wtsec_arrayIndex($config['data']['auth']['viewer']['sites']['one']['configs'], 'service');
219 -}
220 -
221 -function wtsec_arrayIndex($array, $key){
222 - $newArray = [];
223 - foreach ($array as $item){
224 - $newArray[$item[$key]] = $item;
225 - }
226 - return $newArray;
227 -}
228 -
229 214 function wtsec_button($label = '', $class = '')
230 215 {
231 216 return '<button class="ww-button ' . $class . '">' . $label . '</button>';
232 217 }