X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=debugger%2Fcommon.php;h=649de5131aaba359beb31ce64d1cbb3b16133cd0;hb=143708b6e4d928d32a0a22af28a3bd54c7d8e5bc;hp=adaf36675e3850c7bd410a12623fdbe388bdb703;hpb=359b82f62245b2323ead94b2e041a3d82f17467f;p=plcapi.git diff --git a/debugger/common.php b/debugger/common.php index adaf366..649de51 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; +}