summaryrefslogtreecommitdiff
path: root/src/tests/config/config_disabled_functions_name_r.ini
blob: 3f7178e0e341041e7b5d90b64bc84cec78c514c0 (plain)
1
2
sp.disable_functions.function_r("^not_system$").ret("42").drop();
sp.disable_functions.function_r("^system$").ret("1337").drop();