From 90979fe00d7f79b5eb83f51218568dd6c247af70 Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 28 Nov 2022 12:45:09 +0000 Subject: [PATCH] update changelog and sample server url in the debugger --- debugger/action.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debugger/action.php b/debugger/action.php index 64b2d5e4..cb9aa8ec 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -530,14 +530,14 @@ if ($action) { You will need to enable the CURL extension to use the HTTPS and HTTP 1.1 transports

\n"; + echo "

You will need to enable the CURL extension to use the HTTPS, HTTP 1.1 and HTTP/2 transports

\n"; } ?>

Example

- Server Address: phpxmlrpc.sourceforge.net
- Path: /server.php + Server Address: gggeek.altervista.org
+ Path: /sw/xmlrpc/demo/server/server.php

Notice

@@ -546,6 +546,7 @@ if ($action) {

Changelog