diff options
-rw-r--r-- | demo/plugins/disabled.txt | 6 | ||||
-rw-r--r-- | demo/plugins/enabled.txt | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/demo/plugins/disabled.txt b/demo/plugins/disabled.txt index e69de29..fcaef50 100644 --- a/demo/plugins/disabled.txt +++ b/demo/plugins/disabled.txt @@ -0,0 +1,6 @@ +######################################## +# - load all plugins except these +# - add one plugin id on each line +# - put this file in plugins folder +######################################## +#welcome-plugin
\ No newline at end of file diff --git a/demo/plugins/enabled.txt b/demo/plugins/enabled.txt index 3d76b2f..5594017 100644 --- a/demo/plugins/enabled.txt +++ b/demo/plugins/enabled.txt @@ -3,4 +3,4 @@ # - add one plugin id on each line # - put this file in plugins folder ######################################## -#welcome-plugin +#welcome-plugin
\ No newline at end of file |