File manager - Edit - /home/ferretapmx/public_html/components/com_akeebabackup/src/Model/Json/Task/GetIncludedDBs.php
Back
<?php /** * @package akeebabackup * @copyright Copyright 2006-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\Component\AkeebaBackup\Site\Model\Json\Task; // Protect from unauthorized access defined('_JEXEC') || die(); /** * Get the extra included databases * * @deprecated */ class GetIncludedDBs extends AbstractTask { /** * Execute the JSON API task * * @param array $parameters The parameters to this task * * @return mixed * * @throws \RuntimeException In case of an error */ public function execute(array $parameters = []) { throw new \RuntimeException('This method is no longer supported by the Akeeba Remote JSON API', 501); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings