source:
extensions/url_uploader/maintain.inc.php
@
30946
Last change on this file since 30946 was 26387, checked in by , 11 years ago | |
---|---|
File size: 137 bytes |
Line | |
---|---|
1 | <?php |
2 | defined('PHPWG_ROOT_PATH') or die('Hacking attempt!'); |
3 | |
4 | function plugin_uninstall() |
5 | { |
6 | conf_delete_param('url_uploader_mode'); |
7 | } |
Note: See TracBrowser
for help on using the repository browser.