mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-26 03:25:52 +00:00
[Web] Remove logs from docker functions, fix debug syntax
This commit is contained in:
parent
2994b94b6c
commit
c875508687
2 changed files with 2 additions and 29 deletions
|
|
@ -115,7 +115,6 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
|
|||
'fail2ban-mailcow',
|
||||
'clamd-mailcow'
|
||||
);
|
||||
}
|
||||
foreach ($container_array as $container) {
|
||||
$container_stats = docker($container, 'info');
|
||||
?>
|
||||
|
|
@ -321,7 +320,8 @@ echo "var log_pagination_size = '". $LOG_PAGINATION_SIZE . "';\n";
|
|||
<script src="js/debug.js"></script>
|
||||
<?php
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
header('Location: /');
|
||||
exit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue