GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
backup
/
components
/
com_newsfeeds
/
Name
Size
Perms
Actions
📁
helpers
5844 B
0777
Permissions
Delete
📁
models
5202 B
0777
Permissions
Delete
📁
views
47419 B
0777
Permissions
Delete
📄
newsfeeds.php
563 B
0666
Edit
Perms
Delete
Editing:
newsfeeds.php
<?php /** * @package Joomla.Site * @subpackage com_newsfeeds * * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JLoader::register('NewsfeedsHelperRoute', JPATH_COMPONENT . '/helpers/route.php'); JTable::addIncludePath(JPATH_COMPONENT_ADMINISTRATOR . '/tables'); $controller = JControllerLegacy::getInstance('Newsfeeds'); $controller->execute(JFactory::getApplication()->input->get('task')); $controller->redirect();
Cancel