Revision 6a8b668b
Added by Scott Ullrich almost 16 years ago
etc/inc/config.inc | ||
---|---|---|
306 | 306 |
|
307 | 307 |
/* process packager manager custom rules */ |
308 | 308 |
if(is_dir("/usr/local/pkg/parse_config")) { |
309 |
update_filter_reload_status("Running plugins (parse_config)"); |
|
310 | 309 |
run_plugins("/usr/local/pkg/parse_config/"); |
311 |
update_filter_reload_status("Plugins completed."); |
|
312 | 310 |
} |
313 | 311 |
|
314 | 312 |
return $config; |
... | ... | |
647 | 645 |
|
648 | 646 |
if(is_dir("/usr/local/pkg/write_config")) { |
649 | 647 |
/* process packager manager custom rules */ |
650 |
update_filter_reload_status("Running plugins"); |
|
651 | 648 |
run_plugins("/usr/local/pkg/write_config/"); |
652 |
update_filter_reload_status("Plugins completed."); |
|
653 | 649 |
} |
654 | 650 |
|
655 | 651 |
return $config; |
Also available in: Unified diff
Remove extra plugin info