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