forked from leftypol/leftypol
config
This commit is contained in:
parent
2dcc1d96db
commit
cd999b41f9
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@
|
||||||
define('POST_URL', ROOT . 'post.php', true);
|
define('POST_URL', ROOT . 'post.php', true);
|
||||||
define('FILE_INDEX', 'index.html', true);
|
define('FILE_INDEX', 'index.html', true);
|
||||||
define('FILE_PAGE', '%d.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 ("…")
|
// Automatically convert things like "..." to Unicode characters ("…")
|
||||||
define('AUTO_UNICODE', true, true);
|
define('AUTO_UNICODE', true, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue