summaryrefslogtreecommitdiff
path: root/src/tests/config/config_disabled_functions_param_allow.ini
blob: e349b386e5c27d01dbb60e4c951f675f1131a558 (plain)
1
2
3
sp.disable_functions.function("system").param("command").value("echo win").filename("test.php").drop();
sp.disable_functions.function("system").param("command").value("echo win").allow();
sp.disable_functions.function("system").drop();