Your IP : 10.10.0.253


Current Path : /var/www/administrator/components/com_yendifvideoshare/controllers/
Upload File :
Current File : /var/www/administrator/components/com_yendifvideoshare/controllers/controller.php

<?php
/**
 * @version    1.2.9
 * @package    Com_YendifVideoShare
 * @author     PluginsWare Interactive Pvt. Ltd <admin@yendifplayer.com>
 * @copyright  Copyright (c) 2012 - 2021 PluginsWare Interactive Pvt. Ltd. All Rights Reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

// Prevent direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

jimport( 'joomla.application.component.controller' );

class YendifVideoShareController extends JControllerLegacy {
	
	public function display( $cachable = false, $urlparams = array() ) {	
    	parent::display( $cachable, $urlparams );		
    }
			
}