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)) {