| Current Path : /home/smartconb/www/armencom33/administrator/components/com_jmailalerts/controllers/ |
| Current File : /home/smartconb/www/armencom33/administrator/components/com_jmailalerts/controllers/healthcheck.php |
<?php
/**
* @package com_jmailalerts
* @version $versionID$
* @author TechJoomla
* @author mail extensions@techjoomla.com
* @website http://techjoomla.com
* @copyright Copyright © 2009-2013 TechJoomla. All rights reserved.
* @license GNU General Public License version 2, or later
*/
defined('_JEXEC') or die('Restricted access');
require_once( JPATH_COMPONENT.DS.'views'.DS.'config'.DS.'view.html.php' );
jimport('joomla.application.component.controller');
class jmailalertsControllerHealthcheck extends jmailalertsControllerLegacy
{
/**
* Calls the model method to return email address
*/
$this->setRedirect('index.php?option=com_jmailalerts&view=healthcheck&layout=default');
}?>