Redolved ticket

Former-commit-id: e0f8890e8810228d9c1b74de3a689f7b411a59c1
This commit is contained in:
marcos.alconada 2019-03-19 18:44:35 +01:00
parent 392c0d0bff
commit 531f98f06b
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ function get_status_logs($path)
{
$status_server_log = '';
$size_server_log = number_format(get_logs_size($path));
if ($size_server_log <= 1048576) {
if ($size_server_log <= 10.485760) {
$status_server_log = "<a style ='color: green;text-decoration: none;'>Normal Status</a><a style ='text-decoration: none;'>&nbsp&nbsp You have less than 10 MB of logs</a>";
} else {
$status_server_log = "<a class= 'content' style= 'color: red;text-decoration: none;'>Warning Status</a><a style ='text-decoration: none;'>&nbsp&nbsp You have more than 10 MB of logs</a>";