OwlCyberSecurity - MANAGER
Edit File: DownloadToBrowserNotSupported.php
<?php /** * Akeeba Engine * * @package akeebaengine * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\Engine\Postproc\Exception; defined('AKEEBAENGINE') || die(); /** * Indicates that the post-processing engine does not support downloading remotely stored files to the user's browser. */ class DownloadToBrowserNotSupported extends EngineException { protected $messagePrototype = 'The %s post-processing engine does not support downloading of backup archives to the browser.'; }