1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-20 04:41:29 +02:00

Set builder default back to disabled

This commit is contained in:
Steve Clay
2015-09-29 14:31:47 -04:00
parent 12e7a8d0dd
commit 1aaf8f014f

View File

@@ -10,7 +10,7 @@
/**
* Allow use of the Minify URI Builder app. Only set this to true while you need it.
*/
$min_enableBuilder = true;
$min_enableBuilder = false;
/**