Commit 2d740781 by netz.coop eG

Abschaltzeiten werden sofort angezeigt

1 parent ea21e8c2
Showing with 5 additions and 1 deletions
...@@ -161,8 +161,12 @@ if (!isset($_SESSION['user_id'])) { ...@@ -161,8 +161,12 @@ if (!isset($_SESSION['user_id'])) {
$db->exec($sqlstring); $db->exec($sqlstring);
echo $out->printmsg('Datensatz deaktiviert', 'danger'); echo $out->printmsg('Datensatz deaktiviert', 'danger');
} }
if($acttable === 'close_fw_cron'){
$_POST['cron'] = 'print';
}else{
$_POST[$acttable] = 'print'; $_POST[$acttable] = 'print';
}
$sysout = new Sytemoutput(); $sysout = new Sytemoutput();
$array_pclistgroups = $db->getpclistgroupsarray(); $array_pclistgroups = $db->getpclistgroupsarray();
$sysout->createfw($array_pclistgroups); $sysout->createfw($array_pclistgroups);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!