main #6

Open
qo-op wants to merge 18 commits from qo-op/zeg1jeux:main into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0bfcb61063 - Show all commits

View File

@ -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;