mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11067 Add to the title the ip_target of the module when it exists.
This commit is contained in:
parent
0b5672980d
commit
88d6e0e4f1
@ -872,6 +872,10 @@ if ($modules !== false) {
|
||||
$title
|
||||
);
|
||||
|
||||
if (strlen($module['ip_target']) !== 0) {
|
||||
$title .= '<br/>'.$module['ip_target'];
|
||||
}
|
||||
|
||||
// This module is initialized ? (has real data).
|
||||
if ($status === STATUS_MODULE_NO_DATA) {
|
||||
$data[2] .= html_print_image(
|
||||
|
Loading…
x
Reference in New Issue
Block a user