mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-11965-security-hardening-console-vistas-estaticas' into ent-12050-security-hardening-console-widget-dashboard
This commit is contained in:
commit
0f13b6d862
@ -200,12 +200,16 @@ $text_agent_module = '';
|
|||||||
|
|
||||||
$only_data = false;
|
$only_data = false;
|
||||||
|
|
||||||
|
if (enterprise_installed() === true) {
|
||||||
$categories_security_hardening = categories_of_cis();
|
$categories_security_hardening = categories_of_cis();
|
||||||
foreach ($categories_security_hardening as $key => $cat) {
|
foreach ($categories_security_hardening as $key => $cat) {
|
||||||
$categories_security_hardening[$key] = implode(' ', $cat);
|
$categories_security_hardening[$key] = implode(' ', $cat);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$categories_security_hardening = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Users.
|
// Users.
|
||||||
$id_users = [];
|
$id_users = [];
|
||||||
$users_groups = [];
|
$users_groups = [];
|
||||||
@ -3823,7 +3827,7 @@ if (is_metaconsole() === true) {
|
|||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<?php if (enterprise_installed() === true) : ?>
|
||||||
<tr id="row_cat_security_hardening" class="datos">
|
<tr id="row_cat_security_hardening" class="datos">
|
||||||
<td class="bolder">
|
<td class="bolder">
|
||||||
<?php
|
<?php
|
||||||
@ -3840,6 +3844,7 @@ if (is_metaconsole() === true) {
|
|||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
<tr id="row_status_check" class="datos">
|
<tr id="row_status_check" class="datos">
|
||||||
<td class="bolder">
|
<td class="bolder">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user