From 1cfaa4290576c91023284969c5978c9b75bd0f3b Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 14 Mar 2023 17:06:22 +0100 Subject: [PATCH] port --- lib/Fred.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Fred.class.php b/lib/Fred.class.php index 9f6ef9d..e4cd8b8 100644 --- a/lib/Fred.class.php +++ b/lib/Fred.class.php @@ -6,7 +6,7 @@ class Fred { private $gatewayDomain = 'astroport.copylaradio.com'; - private $gatewayPort = ''; + private $gatewayPort = ''; // :1234 private $gatewayDelay = 5; @@ -21,7 +21,7 @@ class Fred { $query = 'salt='. urlencode($salt) .'&pepper='. urlencode($pepper) .'&getipns=yes'; - $page1 = file_get_contents($this->gatewayProtocol . '://'. $this->gatewayDomain .':' . $this->gatewayPort . '/?' . $query); + $page1 = file_get_contents($this->gatewayProtocol . '://'. $this->gatewayDomain . $this->gatewayPort . '/?' . $query); if (empty($page1)) {