From: gggeek Date: Tue, 5 Jan 2021 15:02:39 +0000 (+0000) Subject: add favicon to debugger X-Git-Tag: plcapi-7.1-0~3^2~58 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=723faca05d5bc0d03b7517ced114b64bad1a1637 add favicon to debugger --- diff --git a/debugger/action.php b/debugger/action.php index c7f88de..09f9b88 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -16,7 +16,8 @@ header('Content-Type: text/html; charset=utf-8'); "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - XMLRPC Debugger + + <?php if (defined('DEFAULT_WSTYPE') && DEFAULT_WSTYPE == 1) echo 'JSONRPC'; else echo 'XMLRPC'; ?> Debugger