From e328a0212f70f87081b4e6523428bb5e3a1d7971 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 18 Oct 2019 15:22:42 +0100 Subject: [PATCH] Update Eqsl.php --- application/controllers/Eqsl.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index 4ed4caf4..e70678b8 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -142,6 +142,8 @@ class eqsl extends CI_Controller { // Pull back only confirmations $eqsl_url .= "&ConfirmedOnly=1"; + + echo "

".$eqsl_url."

"; // At this point, what we get isn't the ADI file we need, but rather // an HTML page, which contains a link to the generated ADI file that we want.