uawdijnntqw1x1x1
IP : 216.73.216.168
Hostname : server.fattispazio.it
Kernel : Linux server.fattispazio.it 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
poliximo
/
public_html
/
4690b
/
..
/
administrator
/
components
/
com_users
/
..
/
com_pwtacl
/
controller.php
/
/
<?php /** * @package PwtAcl * * @author Sander Potjer - Perfect Web Team <extensions@perfectwebteam.com> * @copyright Copyright (C) 2011 - 2019 Perfect Web Team. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html * @link https://extensions.perfectwebteam.com/pwt-acl */ use Joomla\CMS\MVC\Controller\BaseController; // No direct access. defined('_JEXEC') or die; /** * PWT ACL Controller * * @since 3.0 */ class PwtaclController extends BaseController { /** * The default view. * * @var $default_view * @since 3.0 */ protected $default_view = 'dashboard'; /** * Method to display a view. * * @param boolean $cachable If true, the view output will be cached * @param array $urlparams An array of safe URL parameters and their variable types, for valid values see {@link JFilterInput::clean()}. * * @return BaseController * @since 3.0 */ public function display($cachable = false, $urlparams = array()) { // Get needed language files PwtaclHelper::getLanguages(); return parent::display(); } }
/home/poliximo/public_html/4690b/../administrator/components/com_users/../com_pwtacl/controller.php