From: gggeek Date: Mon, 28 Dec 2020 11:44:14 +0000 (+0000) Subject: comments X-Git-Tag: 4.5.0~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=03d55a0c7c2dacbbbe9cddf5cd00b0d8a8750902;p=plcapi.git comments --- diff --git a/debugger/common.php b/debugger/common.php index c3efa33f..2ce760b8 100644 --- a/debugger/common.php +++ b/debugger/common.php @@ -8,6 +8,7 @@ * * @todo switch params for http compression from 0,1,2 to values to be used directly * @todo do some more sanitization of received parameters + * @todo move parameters away from global namespace */ // work around magic quotes diff --git a/debugger/controller.php b/debugger/controller.php index 46c1759a..444028d5 100644 --- a/debugger/controller.php +++ b/debugger/controller.php @@ -10,6 +10,8 @@ * @todo add support for more options, such as ntlm auth to proxy, or request charset encoding * @todo parse content of payload textarea to be fed to visual editor * @todo add http no-cache headers + * @todo if jsonrpc php classes are not available, do not display the JSONRPC option + * @todo if js libs are not available, do not try to load them **/ // make sure we set the correct charset type for output, so that we can display all characters