X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debugger%2Fcommon.php;h=4026d6073d37dd5448fb0946fa8c9e5d2f96f8fa;hb=640b8c0e60bb8a13dde241ec4d23ca1f58bb5b8a;hp=adaf36675e3850c7bd410a12623fdbe388bdb703;hpb=359b82f62245b2323ead94b2e041a3d82f17467f;p=plcapi.git diff --git a/debugger/common.php b/debugger/common.php index adaf366..4026d60 100644 --- a/debugger/common.php +++ b/debugger/common.php @@ -1,80 +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; +}