| Current Path : /home/antonen/poznajlitwe.lt/components/com_aimysitemap/ |
| Current File : /home/antonen/poznajlitwe.lt/components/com_aimysitemap/aimysitemap.php |
<?php /* * Copyright (c) 2017-2019 Aimy Extensions, Netzum Sorglos Software GmbH * Copyright (c) 2014-2017 Aimy Extensions, Lingua-Systems Software GmbH * * https://www.aimy-extensions.com/ * * License: GNU GPLv2, see LICENSE.txt within distribution and/or * https://www.aimy-extensions.com/software-license.html */ defined( '_JEXEC' ) or die(); $controller = JControllerLegacy::getInstance( 'AimySitemap' ); $controller->execute( JFactory::getApplication()->input->get( 'task' ) ); $controller->redirect();