mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-18 18:28:48 +00:00
[Web] f2b banlist - add http status codes
This commit is contained in:
@@ -70,6 +70,7 @@ try {
|
||||
}
|
||||
}
|
||||
catch (Exception $e) {
|
||||
http_response_code(500);
|
||||
?>
|
||||
<center style='font-family:sans-serif;'>Connection to Redis failed.<br /><br />The following error was reported:<br/><?=$e->getMessage();?></center>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user