source: extensions/pdf2tab/maintain.inc.php @ 19542

Last change on this file since 19542 was 19285, checked in by julien1311, 11 years ago
  • Property svn:eol-style set to LF
File size: 168 bytes
Line 
1<?php
2if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
3
4function plugin_install() {
5       
6}
7
8function plugin_activate() {
9
10}
11
12function plugin_uninstall() {
13       
14}
15
16?>
Note: See TracBrowser for help on using the repository browser.