You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*
* @link http://www.smackcoders.com/blog/category/free-wordpress-plugins
***********************************************************************************************
*/
ini_set('max_execution_time', 600);
ini_set('memory_limit', '128M');
require_once ABSPATH . 'wp-load.php';
require_once "SmackImpCE.php";
require_once "class.rendercsv.php";
require_once 'class.settings.php';
$impCE = new SmackImpCE();
$impRen = new RenderCSVCE();
require_once "languages/" . $impCE->user_language() . ".php";
/**
 * Activate the CSV importer free plugin
 */
function wp_ultimate_csv_importer_activate()
{
    require_once 'plugin_config.php';
}
/**
 * Deactivate the CSV importer free plugin
 */
function wp_ultimate_csv_importer_deactivate()
{
}
/**
 * Admin menu settings