Photos -> 'Batch Manager' Plugin URI: http://piwigo.org/ext/extension_view.php?eid=692 Author: ddtddt Author URI: http://piwigo.org/ */ if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); global $prefixeTable, $template; define('CWAP_DIR' , basename(dirname(__FILE__))); define('CWAP_PATH' , PHPWG_PLUGINS_PATH . CWAP_DIR . '/'); // Plugin for admin if (script_basename() == 'admin') { include_once(dirname(__FILE__).'/initadmin.php'); } ?>