PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
administrator
/
components
/
com_banners
/
controllers
<?php /** * @package Joomla.Administrator * @subpackage com_banners * * @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; /** * Client controller class. * * @since 1.6 */ class BannersControllerClient extends JControllerForm { /** * The prefix to use with controller messages. * * @var string * @since 1.6 */ protected $text_prefix = 'COM_BANNERS_CLIENT'; }
[+]
..
[-] banner.php
[edit]
[-] banners.php
[edit]
[-] client.php
[edit]
[-] clients.php
[edit]
[-] index.html
[edit]
[-] tracks.php
[edit]
[-] tracks.raw.php
[edit]
[-] .htaccess.disabled
[edit]