From 095213ae1e6e8b74017b5c5ffe9af950fd21ecbe Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Thu, 19 Mar 2009 12:10:36 +0100 Subject: [PATCH] Fixed bug from 034c2b7e288590c35d1ec2f6f5baa324420340a6 --- html/cgi-bin/wlanap.cgi | 21 ++++++++++++--------- lfs/hostapd | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index fb21c4cb51..27de321926 100755 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2008 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -249,24 +249,27 @@ print <WLAN Services END ; -print "
"; if ( $wlan_card_status ne '' ){ print "WLAN card ($wlanapsettings{'DRIVER'})"; print $wlan_card_status eq 'up' ? $status_started : $status_stopped; print "Access Point"; print $wlan_ap_status eq 'up' ? $status_started : $status_stopped; - if ( $wlan_card_status eq 'up' ){ - print ""; - print ""; - }else{ - print ""; - } }else{ print "$message"; } -print "
"; print ""; +print < + + + + +
+
+END +; + if ( $wlan_card_status eq '' ){ &Header::closebox(); &Header::closebigbox(); diff --git a/lfs/hostapd b/lfs/hostapd index a83d1225af..fd9eb8e2f6 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 9 +PAK_VER = 10 DEPS = "" -- 2.39.2