diff --git a/includes/functions.php b/includes/functions.php index 191ca12ac..a1540a48a 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -147,12 +147,12 @@ function interface_errors($rrd_file, $period = '-1d') { } function getImage($device) { - global $config; - return ''; } function getImageSrc($device) { + global $config; + return $config['base_url'] . '/images/os/' . getImageName($device) . '.png'; }