This commit is contained in:
Savetheinternet 2010-11-30 18:59:48 +11:00 committed by Paul Merrill
parent a1c77c3d17
commit 6f71a60743

View File

@ -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);