X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debugger%2Fcommon.php;h=4026d6073d37dd5448fb0946fa8c9e5d2f96f8fa;hb=19b99735570521d8172f73124ade5997b9dca75d;hp=4cc87ae86097fd9bf9f98f56ff0c91099767e179;hpb=26ac91603dc5dab166667622bbc5e7de6d585f3c;p=plcapi.git diff --git a/debugger/common.php b/debugger/common.php index 4cc87ae..4026d60 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; +}