Your IP : 216.73.217.64


Current Path : /home/jcjack6/oxttechnologies.com/plugins/convertformsapps/elasticemail/
Upload File :
Current File : //home/jcjack6/oxttechnologies.com/plugins/convertformsapps/elasticemail/script.install.php

<?php

/**
 * @package         Convert Forms
 * @version         5.0.2 Pro
 * 
 * @author          Tassos Marinos <info@tassos.gr>
 * @link            https://www.tassos.gr
 * @copyright       Copyright © 2024 Tassos All Rights Reserved
 * @license         GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
*/

defined('_JEXEC') or die('Restricted access');

require_once __DIR__ . '/script.install.helper.php';

class PlgConvertFormsAppsElasticEmailInstallerScript extends PlgConvertFormsAppsElasticEmailInstallerScriptHelper
{
	public $name = 'PLG_CONVERTFORMSAPPS_ELASTICEMAIL';
	public $alias = 'elasticemail';
	public $extension_type = 'plugin';
	public $plugin_folder = "convertformsapps";
	public $show_message = false;
}