| Current Path : /home/smartconb/www/armencom33/plugins/actionlog/admintools/ |
| Current File : /home/smartconb/www/armencom33/plugins/actionlog/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'))
{
throw new RuntimeException('This extension requires FOF 4.');
}
class plgActionlogAdmintoolsInstallerScript extends FOF40\InstallScript\Plugin
{
}