* MA 02110-1301 USA * * * On Debian GNU/Linux systems, the complete text of the GNU General * Public License can be found in `/usr/share/common-licenses/GPL-2'. * * Otherwise you can read it here: http://www.gnu.org/licenses/gpl-2.0.txt * */ //Config File require_once dirname(__FILE__) . '/../../../config.inc'; session_write_close(); $packages_info = array(); $error_msg = NULL; try { $packages_info = Av_center::get_packages_installed($system_id); } catch (Exception $e) { $error_msg = $e->getMessage(); } ?> <div id='cont_sw_av'> <table class='table_data t_info_pkg'> <?php if (is_array($packages_info) && !empty($packages_info)) { ?> <thead> <tr> <th><?php echo _('Package');