Commit 02d0c088 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 301353ad
......@@ -37,6 +37,7 @@ function TableRowRights($Api, $Data = null){
$ret .= '<td>'.$Data["webapp"].'</td>';
$ret .= '<td>'.$Data["Update"].'</td>';
$ret .= '<td>'.$Data["DebugO"].'</td>';
$ret .= '<td><input type="button" value="Speichern"></td>';
$ret .= '</tr>';
return $ret;
}
......@@ -162,6 +163,7 @@ if($_GET["action"] == "filme"){
$content .= '<th>Webapp</th>';
$content .= '<th>Update</th>';
$content .= '<th>Debug</th>';
$content .= '<th>Speichern</th>';
$content .= '</tr>'.PHP_EOL;
foreach ($Data as $value) {
$content .= TableRowRights($API, $value);
......
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