PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_privacy
/
controllers
<?php /** * @package Joomla.Administrator * @subpackage com_privacy * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * Request management controller class. * * @since 3.9.0 */ class PrivacyControllerRequest extends JControllerLegacy { /** * Method to export the data for a request. * * @return $this * * @since 3.9.0 */ public function export() { $this->input->set('view', 'export'); return $this->display(); } }
[+]
..
[-] consents.php
[edit]
[-] request.php
[edit]
[-] request.xml.php
[edit]
[-] requests.php
[edit]
[-] .htaccess.disabled
[edit]