From 62c5e65d28833c1068d195778c0e3a710acaa104 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 5 Oct 2013 07:01:54 +0200 Subject: Added support for trailing commas within libconfig arrays - A trailing comma in conf/plugins.conf will no longer cause a parse error. This makes it easier to comment out plugins to disable them. - conf/plugins.conf has been updated to reflect this change. Signed-off-by: Haru --- conf/plugins.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conf') diff --git a/conf/plugins.conf b/conf/plugins.conf index c88a4fb50..d9bd7e386 100644 --- a/conf/plugins.conf +++ b/conf/plugins.conf @@ -23,16 +23,16 @@ you need to put in a comma, to separate the plugins. ----------------------------------------- plugins_list: [ "example", - "other" + "other", ] ----------------------------------------- Please note that your scripts need to be saved in the .c (source code) extension and placed in the /src/plugin/ folder. ----------------------------------------- */ -plugins_list:[ - "HPMHooking" +plugins_list: [ + "HPMHooking", //"db2sql", //"sample", - //"other" -] \ No newline at end of file + //"other", +] -- cgit v1.2.3-60-g2f50