Your IP : 216.73.216.218


Current Path : /home/antonen/poznajlitwe.lt/administrator/components/com_aimysitemap/
Upload File :
Current File : /home/antonen/poznajlitwe.lt/administrator/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(); if ( ! JFactory::getUser()->authorise( 'core.manage', 'aimysitemap' ) ) { return JError::raiseWarning( 404, JText::_('JERROR_ALERTNOAUTHOR' ) ); } require_once( JPATH_COMPONENT . DIRECTORY_SEPARATOR . 'helpers' . DIRECTORY_SEPARATOR . 'logger.php' ); $ctrl = JControllerLegacy::getInstance( 'aimysitemap' ); $ctrl->execute( JFactory::getApplication()->input->get( 'task' ) ); $ctrl->redirect();