source:
extensions/event_tracer/maintain.inc.php
@
32840
Last change on this file since 32840 was 17520, checked in by , 12 years ago | |
---|---|
|
|
File size: 208 bytes |
Line | |
---|---|
1 | <?php |
2 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
3 | |
4 | function plugin_uninstall($plugin_id) |
5 | { |
6 | global $conf; |
7 | @unlink( PHPWG_ROOT_PATH.$conf['data_location'].'plugins/'.$plugin_id.'.dat' ); |
8 | } |
9 | ?> |
Note: See TracBrowser
for help on using the repository browser.