summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-07 08:56:18 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-07 08:56:18 +0000
commit23bdb608fe93cf4a98683dae0a09fcca30aa9d1d (patch)
treefa3b2460d754189c42780f7da474fb6599240856 /frontends/php/include/defines.inc.php
parentdda9501aff9b7293055eee1a8c769068d3701ad7 (diff)
- developed frontend installation wizard (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3434 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index b882785f..2d282396 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -43,10 +43,6 @@
define("IMAGE_FORMAT_PNG", "PNG");
define("IMAGE_FORMAT_JPEG", "JPEG");
define("IMAGE_FORMAT_TEXT", "JPEG");
-// define("IMAGE_FORMAT_DEFAULT", IMAGE_FORMAT_TEXT);
- define("IMAGE_FORMAT_DEFAULT", IMAGE_FORMAT_PNG);
- define("MAP_OUTPUT_FORMAT", IMAGE_FORMAT_PNG);
-// define("MAP_OUTPUT_FORMAT", IMAGE_FORMAT_JPEG);
// END OF MISC PARAMETERS
define("AUDIT_ACTION_ADD", 0);