X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debugger%2Fcommon.php;h=4026d6073d37dd5448fb0946fa8c9e5d2f96f8fa;hb=19b99735570521d8172f73124ade5997b9dca75d;hp=8a8bc724abeec2551f197bb4627d0a44e343a878;hpb=b9d3e26af8fa9e6b6bca20a5769fe0abbecce3c1;p=plcapi.git diff --git a/debugger/common.php b/debugger/common.php index 8a8bc724..4026d607 100644 --- a/debugger/common.php +++ b/debugger/common.php @@ -1,81 +1,89 @@ \ No newline at end of file +// check input for known XMLRPC attacks against this or other libs +function payload_is_safe($input) +{ + return true; +}