| Current Path : /home/chauffn/vuzelia/2023/plugins/engagebox/module/ |
| Current File : /home/chauffn/vuzelia/2023/plugins/engagebox/module/script.install.php |
<?php
/**
* @package EngageBox
* @version 5.1.3 Pro
*
* @author Tassos Marinos <info@tassos.gr>
* @link http://www.tassos.gr
* @copyright Copyright © 2019 Tassos Marinos 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 PlgEngageBoxModuleInstallerScript extends PlgEngageBoxModuleInstallerScriptHelper
{
public $name = 'PLG_ENGAGEBOX_MODULE';
public $alias = 'module';
public $extension_type = 'plugin';
public $plugin_folder = "engagebox";
public $show_message = false;
}