Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/app/webroot/news/administrator/components/com_xmap/ |
Upload File : |
<?php /** * $Id: uninstall.xmap.php 32 2009-05-18 20:00:14Z guilleva $ * $LastChangedDate: 2009-05-18 14:00:14 -0600 (Mon, 18 May 2009) $ * $LastChangedBy: guilleva $ * Xmap by Guillermo Vargas * a sitemap component for Joomla! CMS (http://www.joomla.org) * Author Website: http://joomla.vargas.co.cr * Project License: GNU/GPL http://www.gnu.org/copyleft/gpl.html */ defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' ); /** * Uninstall routine for Xmap. * Drops the settings table from the Joomla! database * @author Daniel Grothe * @see XmapConfig.php * @package Xmap_Admin * @version $Id: uninstall.xmap.php 32 2009-05-18 20:00:14Z guilleva $ */ function com_uninstall() { require_once( JPATH_ADMINISTRATOR.DS.'components'.DS.'com_xmap'.DS.'classes'.DS.'XmapConfig.php' ); XmapConfig::remove(); }