summaryrefslogtreecommitdiff
path: root/src/tests/config/config_disabled_functions_param_allow.ini
diff options
context:
space:
mode:
authorjvoisin2018-01-12 16:05:19 +0100
committerjvoisin2018-01-12 16:57:42 +0100
commitbbee5f1baec132f8b47ae80303ce22f7d7787cd8 (patch)
tree25a99787d40ec1e84310340d8df9809b9fa16dc8 /src/tests/config/config_disabled_functions_param_allow.ini
parent44255b8dbf5c98c8d110c2e3918298ee6978b93c (diff)
Add an ugly hack to our parser to make the writing of configuration rules more obvious.
Diffstat (limited to 'src/tests/config/config_disabled_functions_param_allow.ini')
-rw-r--r--src/tests/config/config_disabled_functions_param_allow.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/config/config_disabled_functions_param_allow.ini b/src/tests/config/config_disabled_functions_param_allow.ini
index 27d919a..8e139e4 100644
--- a/src/tests/config/config_disabled_functions_param_allow.ini
+++ b/src/tests/config/config_disabled_functions_param_allow.ini
@@ -1,3 +1,3 @@
1sp.disable_function.function("system").param("$command").value("echo win").filename("/test.php").drop(); 1sp.disable_function.function("system").param("command").value("echo win").filename("/test.php").drop();
2sp.disable_function.function("system").param("$command").value("echo win").allow(); 2sp.disable_function.function("system").param("command").value("echo win").allow();
3sp.disable_function.function("system").drop(); 3sp.disable_function.function("system").drop();