mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-04 03:48:28 +02:00
[Web] Fixes #955
This commit is contained in:
parent
e578397d1c
commit
f602eb4dbd
@ -661,7 +661,6 @@ if (isset($_SESSION['mailcow_cc_role'])) {
|
||||
$id = $_GET["syncjob"];
|
||||
$result = mailbox('get', 'syncjob_details', $id);
|
||||
if (!empty($result)) {
|
||||
print_r($result);
|
||||
?>
|
||||
<h4><?=$lang['edit']['syncjob'];?></h4>
|
||||
<form class="form-horizontal" data-id="editsyncjob" role="form" method="post">
|
||||
|
Loading…
Reference in New Issue
Block a user