Update Eqsl.php

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

查看文件

@ -143,6 +143,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.
// Adapted from Original PHP code by Chirp Internet: www.chirp.com.au (regex)