File Manager

Current Directory: /home/astoriaah/www/plugins/installer/admintools
Viewing File: /home/astoriaah/www/plugins/installer/admintools/script.php
<?php /** * @package admintools * @copyright Copyright (c)2010-2022 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 plgInstallerAdmintoolsInstallerScript extends FOF40\InstallScript\Plugin { }