{

my $uamsecret = $chilli{'uamsecret'} || 'azerty';
my $uamhomepage = $chilli{'uamhomepage'} || '';

$OUT = "uamserver    https://$chillip/chilli/cgi-bin/hotspotlogin.cgi\n";
$OUT .= "uamsecret $uamsecret\n";

$OUT .= "uamhomepage $uamhomepage\n" if ($uamhomepage ne '');

}
