PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_associations
<?php /** * @package Joomla.Administrator * @subpackage com_associations * * @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; /** * Component Controller * * @since 3.7.0 */ class AssociationsController extends JControllerLegacy { /** * The default view. * * @var string * * @since 3.7.0 */ protected $default_view = 'associations'; }
[+]
..
[-] access.xml
[edit]
[-] associations.php
[edit]
[-] associations.xml
[edit]
[-] config.xml
[edit]
[-] controller.php
[edit]
[+]
controllers
[+]
helpers
[+]
layouts
[+]
models
[+]
views
[-] .htaccess.disabled
[edit]