MDL-26379 disable Minify URI builder and allow only execution of Minify from Moodle codebase

This commit is contained in:
Petr Skoda 2011-02-12 11:11:22 +01:00
parent d911c72bf9
commit 1d29fc9e5d

View File

@ -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;
/**