> ------------------------------------------------------------------------------ See main.inc.php for release information --------------------------------------------------------------------------- */ if (!defined('PHPWG_ROOT_PATH')) { die('Hacking attempt!'); } global $prefixeTable, $template; load_language('plugin.lang', HGRAM_PATH); $main_plugin_object = get_plugin_data($plugin_id); if(CommonPlugin::checkGPCRelease(3,2,0)) { $config=Array(); GPCCore::loadConfig('hgram', $config); include(HGRAM_PATH."hgram_aip.class.inc.php"); $plugin_ai = new HGram_AIP($prefixeTable, $main_plugin_object->getFileLocation()); } $plugin_ai->manage(); ?>