constant ADVAGG_GZIP_COMPRESSION in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 7 includes/constants.inc \ADVAGG_GZIP_COMPRESSION
Default gzip compression setting.
4 uses of ADVAGG_GZIP_COMPRESSION
- advagg_admin_settings_form in ./
advagg.admin.inc - Form builder; Configure advagg settings.
- advagg_file_saver in ./
advagg.module - Save a string to the specified destination. Verify that file size is not zero.
- advagg_htaccess_check_generate in ./
advagg.module - Generate .htaccess rules and place them in advagg dir
- advagg_js_compress_file_saver in advagg_js_compress/
advagg_js_compress.module - Save a string to the specified destination. Verify that file size is not zero.
File
- ./
advagg.module, line 32 - Advanced CSS/JS aggregation module
Code
define('ADVAGG_GZIP_COMPRESSION', FALSE);