* @copyright 2010-2012 Persistent Objects Ltd * @license GNU General Public License version 2 or later; see LICENSE.txt * * @link http://p-o.co.uk/ */ // No direct access defined('_JEXEC') or die('Restricted access'); // import joomla controller library jimport('joomla.application.component.controller'); // Get an instance of the controller prefixed by Kjandrews $controller = JController::getInstance('Ajaxdemo'); $controller->execute(JRequest::getCmd('task')); $controller->redirect();