forked from leftypol/leftypol
REDIRECT_HTTP directive
This commit is contained in:
parent
c327056f13
commit
b2bd3303f9
7 changed files with 12 additions and 6 deletions
|
@ -119,6 +119,11 @@
|
|||
// Multi-board (%s is board abbreviation)
|
||||
define('BOARD_PATH', '%s/', true);
|
||||
|
||||
// The HTTP status code to use when redirecting.
|
||||
// Should be 3xx (redirection). http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
|
||||
// "302" is recommended.
|
||||
define('REDIRECT_HTTP', 302, true);
|
||||
|
||||
/*
|
||||
Mod stuff
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue