From 1aaf8f014f00d183f3869029081028d5392ab358 Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Tue, 29 Sep 2015 14:31:47 -0400 Subject: [PATCH] Set builder default back to disabled --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index a783827..7667128 100644 --- a/config.php +++ b/config.php @@ -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; /**