system global variables array $config --> global variable pointing to configuration information $a_aliases --> $config['aliases']['alias'] array $title --> title string for import alias engine type $used --> array of currently used engine 'bind_to' Alias names $selectalias --> boolean to display radio buttons instead of checkboxes $mode --> string value to indicate current operation mode Information is returned from this page via the following form fields: aliastoimport[] --> checkbox array containing selected alias names save_import_alias --> Submit button for save operation and exit cancel_import_alias --> Submit button to cancel operation and exit ************************************************************************************/ ?> "") echo ''; if ($selectalias == true) { $fieldtype = "radio"; $header = gettext("Select an Alias to use as {$title} target from the list below."); } else { $fieldtype = "checkbox"; $header = gettext("Select one or more Aliases to use as {$title} targets from the list below."); } ?>
"host" && $alias['type'] <> "network") continue; if (isset($used[$alias['name']])) continue; elseif (trim(filter_expand_alias($alias['name'])) == "") { $textss = ""; $textse = ""; $disable = true; $tooltip = gettext("Aliases representing a FQDN host cannot be used in Suricata Host OS Policy configurations."); } else { $textss = ""; $textse = ""; $disable = ""; $selectablealias = true; $tooltip = gettext("Selected entries will be imported. Click to toggle selection of this entry."); } ?>
10) { echo "..."; } ?>  
"/>
"/>   "/>