File Manager

Current Directory: /home/astoriaah/www/components/com_akeeba/Model
Viewing File: /home/astoriaah/www/components/com_akeeba/Model/Configuration.php
<?php /** * @package akeebabackup * @copyright Copyright (c)2006-2022 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\Backup\Site\Model; // Protect from unauthorized access defined('_JEXEC') || die(); use Akeeba\Backup\Admin\Model\Configuration as AdminModel; class Configuration extends AdminModel { }