From 634512d45dd992bc787ae7bbc282c520ec01d4bb Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 6 Jun 2011 21:06:12 +1000 Subject: [PATCH] comment --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 291e4dcc..2a2a5414 100644 --- a/inc/config.php +++ b/inc/config.php @@ -297,7 +297,7 @@ // The HTTP status code to use when redirecting. // Should be 3xx (redirection). http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html - // "302" is recommended. + // "302" is strongly recommended. (This shouldn't even be configurable... It's not like it's going to change or anything.) $config['redirect_http'] = 302; // TODO: Put this in per-board instance-config instead