Commit 2f550642 by netz.coop eG

Sysoutput.phph geaendert

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