function _radioactivity_http_get_ports in Radioactivity 5
6 calls to _radioactivity_http_get_ports()
- radioactivity_http_cb in plugins/
radioactivity_http.module - radioactivity_http_menu in plugins/
radioactivity_http.module - radioactivity_http_ports_list in plugins/
radioactivity_http.module - radioactivity_http_port_delete_submit in plugins/
radioactivity_http.module - radioactivity_http_port_edit in plugins/
radioactivity_http.module
File
- plugins/
radioactivity_http.module, line 21
Code
function _radioactivity_http_get_ports() {
return variable_get('radioactivity_http_ports', array());
}