From 18962797a6daa46695f577f8275a919ac2a0f94b Mon Sep 17 00:00:00 2001 From: Paul Merrill Date: Fri, 5 Nov 2010 10:53:55 -0700 Subject: [PATCH] ROOT wasn't changable --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index 397257fe..9767a311 100644 --- a/inc/config.php +++ b/inc/config.php @@ -93,7 +93,7 @@ // If for some reason the folders and static HTML index files aren't in the current working direcotry, // enter the directory path here. Otherwise, keep it false. - define('ROOT_FILE', false); + define('ROOT_FILE', false, true); define('POST_URL', ROOT . 'post.php', true); define('FILE_INDEX', 'index.html', true); @@ -123,4 +123,4 @@ if(!file_exists(DIR_THUMB)) @mkdir(DIR_THUMB) or error("Couldn't create " . DIR_IMG . ". Install manually.", true); if(!file_exists(DIR_RES)) @mkdir(DIR_RES) or error("Couldn't create " . DIR_IMG . ". Install manually.", true); } -?> \ No newline at end of file +?>