Файловый менеджер - Редактировать - /home/lmsyaran/public_html/joomla5/components/com_fabrik/views/identity/view.oai.php
Назад
<?php /** * Fabrik Open Archive Initiative Identity * * @package Joomla * @subpackage Fabrik * @copyright Copyright (C) 2005-2020 Media A-Team, Inc. - All rights reserved. * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html */ // No direct access defined('_JEXEC') or die('Restricted access'); jimport('joomla.application.component.view'); require_once JPATH_SITE . '/components/com_fabrik/views/form/view.base.php'; /** * Fabrik Open Archive Initiative Identity View * * @package Joomla * @subpackage Fabrik * @since 3.4 */ class FabrikViewIdentity extends FabrikViewFormBase { /** * Display the Identity * * @param string $tpl The name of the template file to parse; automatically searches through the template paths. * * @return mixed A string if successful, otherwise a JError object. */ public function display($tpl = null) { $this->doc->setMimeEncoding('application/xml'); echo $this->getModel()->identity(); return true; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка