Your IP : 216.73.217.142


Current Path : /var/www/consult-e-syn/public_html/plugins/atsinstantreply/docimport/
Upload File :
Current File : /var/www/consult-e-syn/public_html/plugins/atsinstantreply/docimport/script.php

<?php
/**
 * @package   ats
 * @copyright Copyright (c)2011-2022 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('FOF40_INCLUDED') && !@include_once(JPATH_LIBRARIES . '/fof40/include.php'))
{
	throw new RuntimeException('This extension requires FOF 4.');
}

class plgAtsinstantreplyDocimportInstallerScript extends FOF40\InstallScript\Plugin
{
}