From bb4a8153e5065d058fe7bbb2bdd68aad8abc7624 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 30 Nov 2010 19:36:36 +1100 Subject: [PATCH] INDEX_FILE in config.php --- inc/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 4f9617d5..e6fd6d21 100644 --- a/inc/config.php +++ b/inc/config.php @@ -101,8 +101,10 @@ define('FILE_INDEX', 'index.html', true); define('FILE_PAGE', '%d.html', true); + define('INDEX_FILE', 'index.html', true); + // Multi-board (%s is board abbreviation) - define('BOARD_PATH', '%s', true); + define('BOARD_PATH', '%s/', true); // Name of the boards. Typically '/%s/' (/b/, /mu/, etc) // BOARD_ABBREVIATION - BOARD_TITLE