Your IP : 216.73.216.54


Current Path : /var/www/html/components/com_rantispam/
Upload File :
Current File : /var/www/html/components/com_rantispam/controller.php

<?php
/**
 * @version     3.0.0
 * @package     com_rantispam
 * @copyright   Copyright (C) 2013. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Ratmil <ratmil_torres@yahoo.com> - http://www.ratmilwebsolutions.com
 */
 
// No direct access
defined('_JEXEC') or die;

jimport('joomla.application.component.controller');

class RantispamController extends JControllerLegacy
{

}