[Web] Further improvments, minor fixes

This commit is contained in:
andryyy
2019-01-31 17:07:24 +01:00
parent 2c0e5f9347
commit d7f169cc2f
5 changed files with 4 additions and 2 deletions

View File

@@ -438,7 +438,7 @@ function quarantine($_action, $_data = null) {
$settings['sender'] = $redis->Get('Q_SENDER');
$settings['html'] = htmlspecialchars($redis->Get('Q_HTML'));
if (empty($settings['html'])) {
$settings['html'] = htmlspecialchars(file_get_contents("/templates/quarantine.tpl"));
$settings['html'] = htmlspecialchars(file_get_contents("/tpls/quarantine.tpl"));
}
}
catch (RedisException $e) {