source: trunk/plugins/event_tracer/maintain.inc.php @ 3275

Last change on this file since 3275 was 2254, checked in by rvelices, 16 years ago
  • upgrade goes smarty
  • event_tracer goes smarty
  • correction in index.tpl
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 194 bytes
Line 
1<?php
2if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
3
4function plugin_uninstall($plugin_id)
5{
6  global $conf;
7  @unlink( $conf['local_data_dir'].'/plugins/'.$plugin_id.'.dat' );
8}
9?>
Note: See TracBrowser for help on using the repository browser.