Your IP : 216.73.216.219


Current Path : /home/chauffn/vuzelia/2023/plugins/system/tgeoip/
Upload File :
Current File : /home/chauffn/vuzelia/2023/plugins/system/tgeoip/script.install.php

<?php
/**
 * @author          Tassos Marinos <info@tassos.gr>
 * @link            http://www.tassos.gr
 * @copyright       Copyright © 2020 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 PlgSystemTGeoIPInstallerScript extends PlgSystemTGeoIPInstallerScriptHelper
{
	public $name = 'TGEOIP';
	public $alias = 'tgeoip';
	public $extension_type = 'plugin';
	public $show_message = false;
}