From 723faca05d5bc0d03b7517ced114b64bad1a1637 Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 5 Jan 2021 15:02:39 +0000 Subject: [PATCH] add favicon to debugger --- debugger/action.php | 3 ++- debugger/controller.php | 1 + debugger/favicon.ico | Bin 0 -> 1406 bytes debugger/index.php | 3 ++- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 debugger/favicon.ico 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