source:
extensions/pdf2tab/maintain.inc.php
@
19673
Last change on this file since 19673 was 19673, checked in by , 12 years ago | |
---|---|
|
|
File size: 167 bytes |
Line | |
---|---|
1 | <?php |
2 | if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
3 | |
4 | function plugin_install() { |
5 | |
6 | } |
7 | |
8 | function plugin_activate() { |
9 | |
10 | } |
11 | |
12 | function plugin_uninstall() { |
13 | |
14 | } |
15 | ?> |
Note: See TracBrowser
for help on using the repository browser.