From 8a2df689dff34749917070785fa499dc9cefe5eb Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 25 Dec 2013 16:28:50 +0100 Subject: [PATCH] config.php: clarify comment to mean quick-reply-old, as now it's named --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 32c9009a..d11d6862 100644 --- a/inc/config.php +++ b/inc/config.php @@ -917,7 +917,7 @@ // Minify Javascript using http://code.google.com/p/minify/. $config['minify_js'] = false; - // Allows js/quick-reply.js to work. This could make your imageboard more vulnerable to flood attacks. + // Allows js/quick-reply-old.js to work. This could make your imageboard more vulnerable to flood attacks. $config['quick_reply'] = false; /*