diff options
Diffstat (limited to 'frontends/php/map.php')
| -rw-r--r-- | frontends/php/map.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/map.php b/frontends/php/map.php index 5c76ef23..23d1c61b 100644 --- a/frontends/php/map.php +++ b/frontends/php/map.php @@ -60,7 +60,7 @@ # ImageFilledRectangle($im,0,0,$width,$height,$black); ImageFilledRectangle($im,0,0,$width,$height,$white); - if(!isset($HTTP_GET_VARS["sysmapid"])) + if(!isset($HTTP_GET_VARS["border"])) { ImageRectangle($im,0,0,$width-1,$height-1,$black); } |
