From 5a4412385f58e589df48d24207dda90e5e3814c1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 16 Apr 2021 12:00:01 +0200 Subject: [PATCH] hostaopd: Drop box with links to other configuration pages We do not have this for any other feature and it clutters the UI. Signed-off-by: Michael Tremer --- html/cgi-bin/wlanap.cgi | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index 85fe42d965..602d4d3c19 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -571,17 +571,7 @@ for (my $i=0;$i<$#txpower_cmd;$i=$i+2){ print "@txpower_cmd[$i]"; $count++; } -print "
"; -print < - - - - - -
$Lang::tr{'wlan clients'}
 $Lang::tr{'wlanap link wireless'}
 $Lang::tr{'wlanap link dhcp'}

-END -; +print ""; &Header::closebox(); print ""; &Header::closebigbox(); -- 2.39.5