diff --git a/inc/config.php b/inc/config.php index fb5202fd..c3e6fc6e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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');