PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_users
/
controllers
<?php /** * @package Joomla.Administrator * @subpackage com_users * * @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; JLoader::register('UsersControllerProfile_Base_Json', JPATH_SITE . '/components/com_users/controllers/profile_base_json.php'); /** * Profile controller class for Users. * * @since 3.5 */ class UsersControllerProfile extends UsersControllerProfile_Base_Json { }
[+]
..
[-] group.php
[edit]
[-] groups.php
[edit]
[-] index.html
[edit]
[-] level.php
[edit]
[-] levels.php
[edit]
[-] mail.php
[edit]
[-] note.php
[edit]
[-] notes.php
[edit]
[-] profile.json.php
[edit]
[-] user.php
[edit]
[-] users.php
[edit]
[-] .htaccess.disabled
[edit]