PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_jhackguard
<?php /** * @version 2.0.0 * @package com_jhackguard * @copyright Copyright (C) 2013. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author Valeri Markov <val@jhackguard.com> - http://www.jhackguard.com/ */ // No direct access defined('_JEXEC') or die; class JhackguardController extends JControllerLegacy { /** * 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 JController This object to support chaining. * @since 1.5 */ public function display($cachable = false, $urlparams = false) { require_once JPATH_COMPONENT.'/helpers/jhackguard.php'; $view = JFactory::getApplication()->input->getCmd('view', 'ipfilters'); JFactory::getApplication()->input->set('view', $view); parent::display($cachable, $urlparams); return $this; } }
[+]
..
[-] access.xml
[edit]
[+]
assets
[-] blocked.html
[edit]
[-] config.xml
[edit]
[-] controller.php
[edit]
[+]
controllers
[+]
data
[-] filter_match_error.html
[edit]
[+]
helpers
[-] index.html
[edit]
[-] jhackguard.php
[edit]
[-] jhackguard.xml
[edit]
[-] jsonrpc.php
[edit]
[-] LICENSE.txt
[edit]
[+]
models
[+]
sql
[+]
tables
[+]
views
[-] .htaccess.disabled
[edit]