diff options
Diffstat (limited to 'conf/plugins.conf')
-rw-r--r-- | conf/plugins.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/plugins.conf b/conf/plugins.conf index d9bd7e386..8f171f034 100644 --- a/conf/plugins.conf +++ b/conf/plugins.conf @@ -31,7 +31,8 @@ in the .c (source code) extension and placed in the /src/plugin/ folder. ----------------------------------------- */ plugins_list: [ - "HPMHooking", + /* Enable HPMHooking when plugins in use rely on Hooking */ + //"HPMHooking", //"db2sql", //"sample", //"other", |