Current Path :
/
home
/
zrcdevco
/
public_html
/
zrcprod
/
components
/
com_akeeba
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrcprod/components/com_akeeba/akeeba.php
<?php /** * @package akeebabackup * @copyright Copyright (c)2006-2019 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ // Protect from unauthorized access defined('_JEXEC') or die(); JDEBUG ? define('AKEEBADEBUG', 1) : null; if (!defined('FOF30_INCLUDED') && !@include_once(JPATH_LIBRARIES . '/fof30/include.php')) { throw new RuntimeException('FOF 3.0 is not installed', 500); } FOF30\Container\Container::getInstance('com_akeeba')->dispatcher->dispatch();