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

test

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