Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/components/com_pay/controllers/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/components/com_pay/controllers/discount.php

<?php
// No direct access
defined( '_JEXEC' ) or die;

/**
 * Controller
 * @author kirdinyuri
 */
class PayControllerDiscount extends JControllerForm
{

	/**
	 * Class constructor
	 * @param array $config
	 */
	function __construct( $config = array() )
	{
		$this->view_list = 'Discounts';
		parent::__construct( $config );
	}

	/**
	 * @return bool
	 */
	public function allowSave()
	{
		return true;
	}
	
}