From 7fd8afd6902875aae07aff56611c102d83a732fb Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 1 Aug 2015 10:07:47 +0000 Subject: [PATCH] Added mres around location --- html/includes/common/globe.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/includes/common/globe.inc.php b/html/includes/common/globe.inc.php index d703a716e..be0faec90 100644 --- a/html/includes/common/globe.inc.php +++ b/html/includes/common/globe.inc.php @@ -39,6 +39,7 @@ $temp_output .= " $locations = array(); foreach (getlocations() as $location) { + $location = mres($location); $devices = array(); $devices_down = array(); $devices_up = array();