Added mres around location

This commit is contained in:
laf
2015-08-01 10:07:47 +00:00
parent b01fa8a751
commit 7fd8afd690

View File

@@ -39,6 +39,7 @@ $temp_output .= "
$locations = array();
foreach (getlocations() as $location) {
$location = mres($location);
$devices = array();
$devices_down = array();
$devices_up = array();