PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_jhackguard
/
controllers
<?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; jimport('joomla.application.component.controllerform'); /** * Inputfilter controller class. */ class JhackguardControllerInputfilter extends JControllerForm { function __construct() { $this->view_list = 'inputfilters'; parent::__construct(); } }
[+]
..
[-] filtermaintenance.raw.php
[edit]
[-] index.html
[edit]
[-] inputfilter.php
[edit]
[-] inputfilters.php
[edit]
[-] ipfilter.php
[edit]
[-] ipfilters.php
[edit]
[-] log.php
[edit]
[-] logs.php
[edit]
[-] ondemandscans.raw.php
[edit]
[-] outputfilter.php
[edit]
[-] outputfilters.php
[edit]
[-] .htaccess.disabled
[edit]