Update Eqsl.php

这个提交包含在:
Peter Goodhall 2019-10-18 15:22:42 +01:00
父节点 2beddeef86
当前提交 e328a0212f

查看文件

@ -142,6 +142,8 @@ class eqsl extends CI_Controller {
// Pull back only confirmations
$eqsl_url .= "&ConfirmedOnly=1";
echo "<br><br>".$eqsl_url."<br><br>";
// 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.