From 1b4012f8793d4a3a4f22d23c5cf01957d08940c5 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 3 Nov 2010 00:40:48 +1100 Subject: [PATCH] Changed defaults for previous commit --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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');