smeserver-coova-chilli/root/etc/e-smith/templates/opt/chilli/hotspotlogin-conf.pl/all

8 lines
269 B
Plaintext
Raw Normal View History

$conf\{domain\} = "{"$DomainName";}";
$conf\{contactinfo\} = "admin\@{"$DomainName";}";
$conf\{uamsecret\} = "{($chilli{'uamsecret'} || 'azerty');}";
$conf\{userpassword\} = 1;
$conf\{guestaccess\} = {($chilli{'guestAccess'} || 'disabled') eq 'enabled' ? '1':'0';};
1