From ff45c764841a2e9a9fe1e05b080aacb82b2e3d2d Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Fri, 16 Mar 2012 14:48:33 -0400 Subject: [PATCH] re-disabled builder --- min/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/min/config.php b/min/config.php index 375bcb8..09dfedd 100644 --- a/min/config.php +++ b/min/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; /** * If non-empty, the Builder will be protected with HTTP Digest auth.