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.