blob: 8e139e4eed62b91752d128d9e0cf033fbda97f34 (
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();
|