?? uninstall.odtindexer.php
字號(hào):
<?php/*** @package ODT_Indexer* @copyright (C) 2006 Websmurf* @author Websmurf* * --------------------------------------------------------------------------------* All rights reserved. ODT Indexer is a component for Joomla and Mambo. * You can use it to search through ODT files** This program is free software; you can redistribute it and/or* modify it under the terms of the Creative Commons - Attribution-NoDerivs 2.5 * license as published by the Creative Commons Organisation* http://creativecommons.org/licenses/by-nd/2.5/.** This program is distributed in the hope that it will be useful,* but WITHOUT ANY WARRANTY; without even the implied warranty of* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * --------------------------------------------------------------------------------**/function com_uninstall(){ global $database, $mainframe; unlink($mainframe->getCfg('absolute_path') . '/mambots/search/odt.searchbot.php'); unlink($mainframe->getCfg('absolute_path') . '/mambots/search/odt.searchbot.xm'); $query = "DELETE FROM #__mambots WHERE folder = 'search' AND element = 'odt.searchbot'"; $database->setQuery($query); $database->query();}?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -