From 53e07c440f53a7be811949f12f08f10d29c507bd Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 3 Nov 2010 00:43:33 +1100 Subject: [PATCH] Mistake. --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index c3e6fc6e..f2d5d309 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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');