aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-07 15:44:56 -0700
committerfriendica <info@friendica.com>2012-06-07 15:44:56 -0700
commitf4a80fcf2474a13b2d733f59f1a928b40841d83c (patch)
tree27c32cdfbaa3a63877b118609b5177c705ff747a /boot.php
parentfcf8f301e595444620f07ea0e01994ea99ee961b (diff)
parent2438c6e45d47ca194b51f99ddf113112fbb6ccb9 (diff)
downloadvolse-hubzilla-f4a80fcf2474a13b2d733f59f1a928b40841d83c.tar.gz
volse-hubzilla-f4a80fcf2474a13b2d733f59f1a928b40841d83c.tar.bz2
volse-hubzilla-f4a80fcf2474a13b2d733f59f1a928b40841d83c.zip
Merge pull request #328 from fabrixxm/master
PNG with alpha channel
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 7961efc4a..0e8f017f4 100644
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1366' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1148 );
+define ( 'DB_UPDATE_VERSION', 1149 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
@@ -28,6 +28,11 @@ define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
*/
define ( 'JPEG_QUALITY', 100 );
+/**
+ * $a->config['system']['png_quality'] from 0 (uncompressed) to 9
+ */
+define ( 'PNG_QUALITY', 8 );
+
/**
* Not yet used