source: extensions/url_uploader/maintain.inc.php @ 26387

Last change on this file since 26387 was 26387, checked in by mistic100, 10 years ago

update for 2.6

File size: 137 bytes
RevLine 
[19804]1<?php
2defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
3
4function plugin_uninstall() 
5{
[26387]6  conf_delete_param('url_uploader_mode');
[19804]7}
Note: See TracBrowser for help on using the repository browser.