Fix empty line printing on console (#6956)

* fix empty line printing on console
This commit is contained in:
frytimo 2024-04-23 11:53:14 -03:00 committed by GitHub
parent 33ff85ee75
commit 41eb7ac8d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 1 additions and 46 deletions

View File

@ -50,4 +50,3 @@ if ($domains_processed == 1) {
}
?>

View File

@ -270,4 +270,3 @@
}
?>

View File

@ -69,6 +69,5 @@
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>

View File

@ -1087,4 +1087,3 @@
require_once "resources/footer.php";
?>

View File

@ -1589,4 +1589,3 @@
}
?>

View File

@ -276,4 +276,3 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>

View File

@ -260,4 +260,3 @@
}
?>

View File

@ -538,4 +538,3 @@
//fclose($esl);
?>

View File

@ -776,4 +776,3 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>

View File

@ -439,6 +439,3 @@
require_once "resources/footer.php";
?>

View File

@ -498,4 +498,3 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>

View File

@ -1381,4 +1381,3 @@
} //end provision class
?>

View File

@ -243,4 +243,3 @@
require_once "resources/footer.php";
?>

View File

@ -217,4 +217,3 @@
require_once "resources/footer.php";
?>

View File

@ -472,4 +472,3 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>

View File

@ -80,31 +80,3 @@ header("Content-type: text/javascript; charset: UTF-8");
}
}
?>