X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debugger%2Fcommon.php;h=4026d6073d37dd5448fb0946fa8c9e5d2f96f8fa;hb=238968291ce5627e94dbc3928d377d09f6e9eeda;hp=6404197bb1957f04d7ca39bdd2c9bfce76874be0;hpb=05102eb7d8c0faad30ae3719e2045c1af72b9e9d;p=plcapi.git diff --git a/debugger/common.php b/debugger/common.php index 6404197..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; +}