1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00
This commit is contained in:
Savetheinternet 2010-11-03 00:43:33 +11:00
parent 5b4cea20f8
commit 53e07c440f

View File

@ -51,7 +51,7 @@
// The root directory, including the trailing slash, for Tinyboard.
// examples: '/', '/board/', '/chan/'
define('ROOT', '/~savetheinternet/');
define('ROOT', '/');
define('POST_URL', ROOT . 'post.php');
define('FILE_INDEX', 'index.html');
define('FILE_PAGE', '%d.html');