| Current Path : /var/www/consult-e-syn/public_html/plugins/actionlog/loginguard/ |
| Current File : /var/www/consult-e-syn/public_html/plugins/actionlog/loginguard/script.php |
<?php
/**
* @package AkeebaLoginGuard
* @copyright Copyright (c)2016-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
defined('_JEXEC') or die;
// Load FOF if not already loaded
if (!defined('FOF30_INCLUDED') && !@include_once(JPATH_LIBRARIES . '/fof30/include.php'))
{
throw new RuntimeException('This extension requires FOF 3.0.');
}
class plgActionlogLoginguardInstallerScript extends FOF30\Utils\InstallScript\Plugin
{
}