Changed defaults for previous commit

This commit is contained in:
Savetheinternet 2010-11-03 00:40:48 +11:00
parent d1d6429421
commit 1b4012f879

View File

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