[Web] Clean PHP code by removing unused variables (#3646)
* [WEB] $lang is not used in this context * [Web] $stmt variable is not used
This commit is contained in:
@@ -45,7 +45,6 @@ function mailq($_action, $_data = null) {
|
||||
);
|
||||
}
|
||||
}
|
||||
global $lang;
|
||||
if ($_action == 'get') {
|
||||
$mailq_lines = docker('post', 'postfix-mailcow', 'exec', array('cmd' => 'mailq', 'task' => 'list'));
|
||||
$lines = 0;
|
||||
|
Reference in New Issue
Block a user