blob: 27d919a6354189228fd21bad5eea31a5bfd25bba (
plain)
1
2
3
|
sp.disable_function.function("system").param("$command").value("echo win").filename("/test.php").drop();
sp.disable_function.function("system").param("$command").value("echo win").allow();
sp.disable_function.function("system").drop();
|