Page 1 of 1

CSF 6.24

Posted: 20 Jul 2013, 11:12
by P4D-830
Hi, in the new version (6.24) i cant flush all temp bans (with one click) ... - the option in "temporary ip entrys" does not work. i.e. it sends an crippeld comand to csf.
I can remove them if i use one by one but not all at the same time.
Can any one confirm this ?

cu &Tia P4D-830

Re: CSF 6.24

Posted: 20 Jul 2013, 11:39
by ForumAdmin
Thank you for reporting this. We'll have a fix out for this in the next release. If you want to fix it in them meantime, change /etc/csf/csfui.pl line 178 from:

Code: Select all

if (($FORM{ip} ne "") and (!&checkip($FORM{ip}))) {
to:

Code: Select all

if (($FORM{ip} ne "") and ($FORM{ip} ne "all") and (!&checkip($FORM{ip}))) {

Re: CSF 6.24

Posted: 20 Jul 2013, 12:31
by P4D-830
Top and many thanks - it works now again as aspected. :)
btw. if i change this i become not probs. with the next CSF auto update process or ?

cu P4D-830

Re: CSF 6.24

Posted: 20 Jul 2013, 15:47
by ForumAdmin
It will not affect upgrading to the next release of csf when it is published.

Re: CSF 6.24

Posted: 21 Jul 2013, 17:23
by ForumAdmin
This should now be fixed in csf v6.25 which we have released:
http://blog.configserver.com/?p=1875