Files
smeserver-coova-chilli/root/etc/e-smith/templates/etc/chilli.conf/40uamallowed

11 lines
179 B
Plaintext

{
my @uamalloweds = split(/[;,]/, ($chilli{'uamallowed'} || ''));
$OUT = '';
# TODO: check the entry with a good regex
$OUT .= 'uamallowed '.$_."\n" foreach (@uamalloweds);
}