array( 'title' => __("Tools Index", "gd-security-headers"), 'icon' => 'wrench', 'info' => __("All plugin tools are split into several panels, and you can access each starting from the right.", "gd-security-headers")) ); if (gdsih_scope()->is_master_network_admin()) { $panels['reportslog'] = array( 'title' => __("Reports Logs Cleanup", "gd-security-headers"), 'icon' => 'trash-o', 'break' => __("Cleanup", "gd-security-headers"), 'button' => 'submit', 'button_text' => 'Clean Log', 'info' => __("Remove old reports from CSP and XXP reports logs.", "gd-security-headers")); $panels['recheck'] = array( 'title' => __("Recheck and Update", "gd-security-headers"), 'icon' => 'refresh', 'break' => __("Maintenance", "gd-security-headers"), 'button' => 'none', 'button_text' => '', 'info' => __("Recheck plugin database tables, check for new templates and clean cache.", "gd-security-headers")); $panels['export'] = array( 'title' => __("Export Settings", "gd-security-headers"), 'icon' => 'download', 'button' => 'button', 'button_text' => __("Export", "gd-security-headers"), 'info' => __("Export all plugin settings into file.", "gd-security-headers")); $panels['import'] = array( 'title' => __("Import Settings", "gd-security-headers"), 'icon' => 'upload', 'button' => 'submit', 'button_text' => __("Import", "gd-security-headers"), 'info' => __("Import all plugin settings from export file.", "gd-security-headers")); $panels['remove'] = array( 'title' => __("Reset / Remove", "gd-security-headers"), 'icon' => 'remove', 'button' => 'submit', 'button_text' => __("Remove", "gd-security-headers"), 'info' => __("Remove selected plugin settings, database tables and optionally disable plugin.", "gd-security-headers")); } include(GDSIH_PATH.'forms/shared/top.php'); ?>