mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-10846-Vista-HA-en-Metaconsola' into 'develop'
implemented database ha view in metaconsole See merge request artica/pandorafms!6275
This commit is contained in:
commit
d1fcbca557
@ -3303,7 +3303,7 @@ function html_print_input_image($name, $src, $value, $style='', $return=false, $
|
||||
|
||||
// If metaconsole is activated and image doesn't exists try to search on normal console.
|
||||
if (is_metaconsole() === true) {
|
||||
if (false === @file_get_contents($src, 0, null, 0, 1)) {
|
||||
if ($src !== null && false === @file_get_contents($src, 0, null, 0, 1)) {
|
||||
$src = '../../'.$src;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user