Your IP : 216.73.216.209


Current Path : /home/musicpassiondjs40/djandreidis/plugins/system/akversioncheck/
Upload File :
Current File : /home/musicpassiondjs40/djandreidis/plugins/system/akversioncheck/script.php

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

use FOF40\InstallScript\Plugin;

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 plgSystemAkversioncheckInstallerScript extends Plugin
{
}