From 23bdb608fe93cf4a98683dae0a09fcca30aa9d1d Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 7 Nov 2006 08:56:18 +0000 Subject: - developed frontend installation wizard (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3434 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/map.php') diff --git a/frontends/php/map.php b/frontends/php/map.php index 5e2ed170..392fb1e5 100644 --- a/frontends/php/map.php +++ b/frontends/php/map.php @@ -279,7 +279,7 @@ include_once "include/page_header.php"; ImageRectangle($im,0,0,$width-1,$height-1,$colors["Black"]); } - ImageOut($im, MAP_OUTPUT_FORMAT); + ImageOut($im); ImageDestroy($im); ?> -- cgit