Commit 2f550642 by netz.coop eG

Sysoutput.phph geaendert

1 parent 57e002f8
Showing with 2 additions and 1 deletions
......@@ -47,7 +47,8 @@ class Sytemoutput {
foreach($array_pclistgroups as $key =>$value){
if($value['open']==='0'){
// file_put_contents(FWFILENAME,''.$value['ip'].'\n',FILE_APPEND);
}else if($value['open']==='1' || $value['open']==='on' ){
// by Heiko }else if($value['open']==='0' || $value['open']==='off' ){
}else if($value['open']==='1' || $value['open']==='on' ){
if($i===0){
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!