Your IP : 216.73.216.215


Current Path : /home/sunflowe/www2/j15/administrator/components/com_rokmodule/
Upload File :
Current File : /home/sunflowe/www2/j15/administrator/components/com_rokmodule/controller.php

<?php

defined('_JEXEC') or die();

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

class RokModuleController extends JController
{
	function __construct()
	{
		parent::__construct();

	}
}

?>