From 03d55a0c7c2dacbbbe9cddf5cd00b0d8a8750902 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 28 Dec 2020 11:44:14 +0000 Subject: [PATCH] comments --- debugger/common.php | 1 + debugger/controller.php | 2 ++ 2 files changed, 3 insertions(+) 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 -- 2.47.0