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/administrator/components/com_gk3_tabs_manager/uninstall.php
<?php

/**
 * 
 * @version		3.0.0
 * @package		Joomla
 * @subpackage	Tabs Manager GK3
 * @copyright	Copyright (C) 2008 - 2009 GavickPro. All rights reserved.
 * @license		GNU/GPL
 * 
 * ==========================================================================
 * 
 * 	Deinstallation component file
 *	Showing information about deinstall
 * 
 */

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

// function to deinstall
function com_uninstall()
{
	// swhowing info text
	echo 'Tabs Manager GK3 has been correctly uninstalled.';
}

/* End of file uninstall.php */
/* Location: ./uninstall.php */