mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
NOBUG: Turned off zlib compression when serving javascript files.
This commit is contained in:
parent
6d153e67b4
commit
4c066ce7da
@ -28,6 +28,8 @@
|
||||
define('ABORT_AFTER_CONFIG', true);
|
||||
require('../config.php'); // this stops immediately at the beginning of lib/setup.php
|
||||
|
||||
ini_set('zlib.output_compression', 'Off');
|
||||
|
||||
// setup include path
|
||||
set_include_path($CFG->libdir . '/minify/lib' . PATH_SEPARATOR . get_include_path());
|
||||
require_once('Minify.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user