0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
joomla
/
1.7.2-0
/
standard
/
htdocs
/
components
/
com_banners
/
[
Home
]
File: banners.php
<?php /** * @version $Id: banners.php 20196 2011-01-09 02:40:25Z ian $ * @package Joomla.Site * @subpackage com_banners * @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Include dependancies jimport('joomla.application.component.controller'); // Execute the task. $controller = JController::getInstance('Banners'); $controller->execute(JRequest::getVar('task','click')); $controller->redirect();