source:
extensions/dynareceperio/maintain.inc.php
@
30277
Last change on this file since 30277 was 27269, checked in by , 11 years ago | |
---|---|
File size: 255 bytes |
Rev | Line | |
---|---|---|
[3323] | 1 | <?php |
[27268] | 2 | defined('PHPWG_ROOT_PATH') or die('Hacking attempt!'); |
[3323] | 3 | |
4 | function plugin_install() | |
5 | { | |
[27268] | 6 | conf_update_param('dynareceperio', serialize(array('force' => true, 'day_number' => 1))); |
[3323] | 7 | } |
8 | ||
9 | function plugin_uninstall() | |
10 | { | |
[27268] | 11 | conf_delete_param('dynareceperio'); |
[3323] | 12 | } |
Note: See TracBrowser
for help on using the repository browser.