Commit 301353ad authored by Nico Schallehn's avatar Nico Schallehn

test

parent c90edc7f
...@@ -34,9 +34,9 @@ function TableRowRights($Api, $Data = null){ ...@@ -34,9 +34,9 @@ function TableRowRights($Api, $Data = null){
$ret .= '<td>Nein</td>'; $ret .= '<td>Nein</td>';
} }
} }
$ret .= '<td>Nein</td>'; $ret .= '<td>'.$Data["webapp"].'</td>';
$ret .= '<td>Nein</td>'; $ret .= '<td>'.$Data["Update"].'</td>';
$ret .= '<td>Nein</td>'; $ret .= '<td>'.$Data["DebugO"].'</td>';
$ret .= '</tr>'; $ret .= '</tr>';
return $ret; return $ret;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment