| @copyright 2007-2026 (c) AVE.cms | @link https://ave-cms.ru | @version 3.3 */ namespace App\Frontend\Media; defined('BASEPATH') || die('Direct access to this location is not allowed.'); class Controller { public function legacyEntry(array $params = array()) { http_response_code(404); header('Content-Type: text/plain; charset=UTF-8'); return 'No image'; } }