b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher01/plugins/system/akeebaupdatecheck/
File Upload :
Current File : E:/www/instructor/teacher01/plugins/system/akeebaupdatecheck/script.php

<?php
/**
 * @package   AkeebaBackup
 * @copyright Copyright (c)2006-2017 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 plgSystemAkeebaupdatecheckInstallerScript extends FOF30\Utils\InstallScript\Plugin
{
}

Copyright © 2019 by b0y-101