mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-26379 disable Minify URI builder and allow only execution of Minify from Moodle codebase
This commit is contained in:
parent
d911c72bf9
commit
1d29fc9e5d
1 changed files with 25 additions and 24 deletions
|
@ -4,6 +4,7 @@
|
||||||
* @package Minify
|
* @package Minify
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* In 'debug' mode, Minify can combine files with no minification and
|
* In 'debug' mode, Minify can combine files with no minification and
|
||||||
|
@ -32,7 +33,7 @@ $min_errorLogger = false;
|
||||||
* Allow use of the Minify URI Builder app. If you no longer need
|
* Allow use of the Minify URI Builder app. If you no longer need
|
||||||
* this, set to false.
|
* this, set to false.
|
||||||
**/
|
**/
|
||||||
$min_enableBuilder = true;
|
$min_enableBuilder = false;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue