%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/upgrade.lightco.com.au/administrator/components/com_csvi/controllers/
Upload File :
Create Path :
Current File : /home/lightco1/upgrade.lightco.com.au/administrator/components/com_csvi/controllers/logdetails.php

<?php
/**
 * @package     CSVI
 * @subpackage  Logdetails
 *
 * @author      Roland Dalmulder <contact@csvimproved.com>
 * @copyright   Copyright (C) 2006 - 2016 RolandD Cyber Produksi. All rights reserved.
 * @license     GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * @link        http://www.csvimproved.com
 */

defined('_JEXEC') or die;

/**
 * Log details controller.
 *
 * @package     CSVI
 * @subpackage  Logdetails
 * @since       6.0
 */
class CsviControllerLogdetails extends JControllerLegacy
{
	/**
	 * Cancel the operation and return to the log view.
	 *
	 * @return  void.
	 *
	 * @since   4.0
	 *          
	 * @throws  Exception
	 */
	public function cancel()
	{
		$returnUri = $this->input->get('return', '', 'string');

		$redirect = 'index.php?option=com_csvi&view=logs';

		if ('' !== $returnUri)
		{
			$redirect = base64_decode($returnUri);
		}

		$this->setRedirect(JRoute::_($redirect, false))->redirect();
	}
}

Zerion Mini Shell 1.0