Your IP : 216.73.216.85


Current Path : /home/smartconb/www/armencom33/plugins/system/admintools/
Upload File :
Current File : /home/smartconb/www/armencom33/plugins/system/admintools/script.php

<?php
/**
 * @package   admintools
 * @copyright Copyright (c)2010-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

defined('_JEXEC') || die;

// Load FOF if not already loaded
if (!defined('FOF40_INCLUDED') && !@include_once(JPATH_LIBRARIES . '/fof40/include.php'))
{
	return;
}

class plgSystemAdmintoolsInstallerScript extends FOF40\InstallScript\Plugin
{
}