| Current Path : /var/www/plugins/system/gsd/ |
| Current File : /var/www/plugins/system/gsd/script.install.php |
<?php
/**
* @package Google Structured Data
* @version 5.5.1 Free
*
* @author Tassos Marinos <info@tassos.gr>
* @link http://www.tassos.gr
* @copyright Copyright © 2021 Tassos Marinos All Rights Reserved
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
*/
defined('_JEXEC') or die;
require_once __DIR__ . '/script.install.helper.php';
class PlgSystemGSDInstallerScript extends PlgSystemGSDInstallerScriptHelper
{
public $name = 'GSD';
public $alias = 'gsd';
public $extension_type = 'plugin';
}