Line | |
---|
1 | <?php |
---|
2 | defined('PHPWG_ROOT_PATH') or die('Hacking attempt!'); |
---|
3 | |
---|
4 | // class AdminTools_maintain extends PluginMaintain |
---|
5 | // { |
---|
6 | // private $installed = false; |
---|
7 | |
---|
8 | // function install($plugin_version, &$errors=array()) |
---|
9 | // { |
---|
10 | // global $conf; |
---|
11 | |
---|
12 | // if (empty($conf['AdminTools'])) |
---|
13 | // { |
---|
14 | // $conf['AdminTools'] = serialize(array( |
---|
15 | // )); |
---|
16 | |
---|
17 | // conf_update_param('AdminTools', $conf['AdminTools']); |
---|
18 | // } |
---|
19 | |
---|
20 | // $this->installed = true; |
---|
21 | // } |
---|
22 | |
---|
23 | // function activate($plugin_version, &$errors=array()) |
---|
24 | // { |
---|
25 | // if (!$this->installed) |
---|
26 | // { |
---|
27 | // $this->install($plugin_version, $errors); |
---|
28 | // } |
---|
29 | // } |
---|
30 | |
---|
31 | // function deactivate() |
---|
32 | // { |
---|
33 | // } |
---|
34 | |
---|
35 | // function uninstall() |
---|
36 | // { |
---|
37 | // conf_delete_param('AdminTools'); |
---|
38 | // } |
---|
39 | // } |
---|
Note: See
TracBrowser
for help on using the repository browser.