diff --git a/lib/Fred.class.php b/lib/Fred.class.php index f6865fe..9f6ef9d 100644 --- a/lib/Fred.class.php +++ b/lib/Fred.class.php @@ -2,11 +2,11 @@ class Fred { - private $gatewayProtocol = 'http'; + private $gatewayProtocol = 'https'; private $gatewayDomain = 'astroport.copylaradio.com'; - private $gatewayPort = '1234'; + private $gatewayPort = ''; private $gatewayDelay = 5;