1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver mezzanine_patched_smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver |
2 |
--- smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver 2010-04-22 19:32:21.000000000 +0200 |
3 |
+++ mezzanine_patched_smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver 2010-04-22 19:31:38.000000000 +0200 |
4 |
@@ -1,7 +1,11 @@ |
5 |
{ |
6 |
|
7 |
my $uamsecret = $chilli{'uamsecret'} || 'azerty'; |
8 |
+my $uamhomepage = $chilli{'uamhomepage'} || ''; |
9 |
|
10 |
$OUT = "uamserver https://$chillip/chilli/cgi-bin/hotspotlogin.cgi\n"; |
11 |
$OUT .= "uamsecret $uamsecret\n"; |
12 |
+ |
13 |
+$OUT .= "uamhomepage $uamsecret\n" if ($uamhomepage ne ''); |
14 |
+ |
15 |
} |