Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Admin/View/AddOn/Icon.php
<?php

namespace XF\Admin\View\AddOn;

class
Icon extends \XF\Mvc\View
{
    public function
renderRaw()
    {
       
$this->response->setAttachmentFileParams($this->params['icon']);
        return
$this->response->responseFile($this->params['icon']);
    }
}