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 +?>