0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: messages.php.tar
home/academiac/www/administrator/components/com_messages/messages.php 0000644 00000001055 15140270651 0022243 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage com_messages * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Access check. if (!JFactory::getUser()->authorise('core.manage', 'com_messages')) { return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); } $controller = JControllerLegacy::getInstance('Messages'); $controller->execute(JRequest::getCmd('task')); $controller->redirect();
©
2018.