diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-11-07 08:56:18 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-11-07 08:56:18 +0000 |
| commit | 23bdb608fe93cf4a98683dae0a09fcca30aa9d1d (patch) | |
| tree | fa3b2460d754189c42780f7da474fb6599240856 /frontends/php/include/defines.inc.php | |
| parent | dda9501aff9b7293055eee1a8c769068d3701ad7 (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.php | 4 |
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); |
