HEX
Server: Apache
System: Linux webm002.cluster115.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: centralexf (54246)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/centralexf/www/modules/mod_gk_tab/mod_gk_tab.php
<?php
	
	/**
	* GK Tab - main PHP file
	* @package Joomla!
	* @Copyright (C) 2009 Gavick.com
	* @ All rights reserved
	* @ Joomla! is Free Software
	* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
	* @ version $Revision: 1.0.0 $
	**/
	
	// no direct access
	defined('_JEXEC') or die('Restricted access');
	
	// helper loading
	require_once (dirname(__FILE__).DS.'helper.php');
	// 
	if (!class_exists('GK_Date')) 
	{
		require_once (dirname(__FILE__).DS.'gk_classes'.DS.'date.class.php');
	}
	//
	$helper = new GKTabHelper(); 
	// run variables validation
	$helper->init($params);
	// creating XHTML code	
	$helper->render($params);

?>