diff -Nur smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver smeserver-coova-chilli-0.2_mod/root/etc/e-smith/templates/etc/chilli.conf/55uamserver --- smeserver-coova-chilli-0.2/root/etc/e-smith/templates/etc/chilli.conf/55uamserver 2011-03-28 08:53:57.000000000 +0200 +++ smeserver-coova-chilli-0.2_mod/root/etc/e-smith/templates/etc/chilli.conf/55uamserver 2011-03-28 08:54:46.000000000 +0200 @@ -6,6 +6,6 @@ $OUT = "uamserver https://$chillip/chilli/cgi-bin/hotspotlogin.cgi\n"; $OUT .= "uamsecret $uamsecret\n"; -$OUT .= "uamhomepage $uamsecret\n" if ($uamhomepage ne ''); +$OUT .= "uamhomepage $uamhomepage\n" if ($uamhomepage ne ''); }