From 0bfcb61063c3f8d166de2c069b7813ad0bec0095 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 14 Mar 2023 15:31:12 +0100 Subject: [PATCH] using "Le Claude" --- 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 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;