Your IP : 216.73.216.134


Current Path : /home/bijouxly/www/plugins/installer/admintools/
Upload File :
Current File : /home/bijouxly/www/plugins/installer/admintools/script.php

<?php
/**
 * @package   admintools
 * @copyright Copyright (c)2010-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 plgInstallerAdmintoolsInstallerScript extends FOF30\Utils\InstallScript\Plugin
{
}