* @link http://www.tassos.gr * @copyright Copyright © 2018 Tassos Marinos All Rights Reserved * @license GNU GPLv3 or later */ defined('_JEXEC') or die('Restricted access'); require_once __DIR__ . '/script.install.helper.php'; class PlgFieldsACFPHPInstallerScript extends PlgFieldsACFPHPInstallerScriptHelper { public $alias = 'acfphp'; public $extension_type = 'plugin'; public $plugin_folder = "fields"; public $show_message = false; }