From 6f71a6074321a0a9a0e6699a8e4422e9ebb5c6da Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 30 Nov 2010 18:59:48 +1100 Subject: [PATCH] config --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 0fce2593..529fd6eb 100644 --- a/inc/config.php +++ b/inc/config.php @@ -98,6 +98,9 @@ define('POST_URL', ROOT . 'post.php', true); define('FILE_INDEX', 'index.html', true); define('FILE_PAGE', '%d.html', true); + + // Multi-board (%s is board abbreviation) + define('BOARD_PATH', '%s', true); // Automatically convert things like "..." to Unicode characters ("…") define('AUTO_UNICODE', true, true);