mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01: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
@ -4,6 +4,7 @@
|
||||
* @package Minify
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
* 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
|
||||
* this, set to false.
|
||||
**/
|
||||
$min_enableBuilder = true;
|
||||
$min_enableBuilder = false;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user