Changed defaults for previous commit
This commit is contained in:
parent
d1d6429421
commit
1b4012f879
@ -51,8 +51,8 @@
|
||||
|
||||
// The root directory, including the trailing slash, for Tinyboard.
|
||||
// examples: '/', '/board/', '/chan/'
|
||||
define('ROOT', '/');
|
||||
define('POST_URL', ROOT . 'index.php');
|
||||
define('ROOT', '/~savetheinternet/');
|
||||
define('POST_URL', ROOT . 'post.php');
|
||||
define('FILE_INDEX', 'index.html');
|
||||
define('FILE_PAGE', '%d.html');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user